Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class / Padding Property

In This Topic
    Padding Property (DropDownControlStyles<T>)
    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