Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / Padding Property

In This Topic
    Padding Property (C1Style)
    In This Topic
    An element's padding is the space between its content and its border.
    Syntax
    'Declaration
     
    
    Public Property Padding As Nullable(Of C1Thickness)
    public Nullable<C1Thickness> Padding {get; set;}
    See Also