Click or drag to resize
UpdateDisplayDefaultPadding Property
Gets the internal spacing, in pixels, of the contents of a control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
protected override Padding DefaultPadding { get; }

Return Value

Type: Padding
A Padding that represents the internal spacing of the contents of a control.
See Also