AdvancedPanelDefaultPadding Property
Gets the default internal spacing, in pixels, of the contents of a control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override Padding DefaultPadding { get; }
Protected Overrides ReadOnly Property DefaultPadding As Padding
Get
protected:
virtual property Padding DefaultPadding {
Padding get () override;
}
abstract DefaultPadding : Padding with get
override DefaultPadding : Padding with get
Return Value
PaddingThe default internal spacing of the contents of a control.