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

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