UpdateDisplayDefaultPadding Property |
Gets the internal spacing, in pixels, of the contents of a control.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxprotected 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
Type:
Padding
A
Padding that represents the internal spacing of the contents of a control.
See Also