Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuList Class / Padding Property

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