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

In This Topic
    Margin Property
    In This Topic
    The margin property sets the margins for an element.
    Syntax
    'Declaration
     
    
    Public Property Margin As Nullable(Of C1Thickness)
    public Nullable<C1Thickness> Margin {get; set;}
    See Also