Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / SliderBase Class / Padding Property

In This Topic
    Padding Property (SliderBase)
    In This Topic
    Gets or sets the padding of the Content.
    Syntax
    'Declaration
     
    
    Public Property Padding As C1Thickness
    public C1Thickness Padding {get; set;}
    See Also