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

In This Topic
    Position Property (C1Style)
    In This Topic
    The position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).
    Syntax
    'Declaration
     
    
    Public Property Position As Nullable(Of C1StylePosition)
    public Nullable<C1StylePosition> Position {get; set;}
    See Also