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

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