Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / InputStyles Class / Padding Property

In This Topic
    Padding Property (InputStyles)
    In This Topic
    Gets or sets the thickness of the padding between the element edges and its content.
    Syntax
    'Declaration
     
    
    Public Property Padding As Thickness
    public Thickness Padding {get; set;}
    See Also