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

In This Topic
    Bottom Property (C1Style)
    In This Topic
    The bottom property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> Bottom {get; set;}
    See Also