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

In This Topic
    Width Property (C1Style)
    In This Topic
    The width property sets the width of an element.
    Syntax
    'Declaration
     
    
    Public Property Width As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> Width {get; set;}
    Remarks
    The width of an element does not include padding, borders, or margins. The MinWidth and MaxWidth properties override the Width property.
    See Also