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

In This Topic
    ZIndex Property
    In This Topic
    The z-index property specifies the stack order of an element.
    Syntax
    'Declaration
     
    
    Public Property ZIndex As Nullable(Of Integer)
    public Nullable<int> ZIndex {get; set;}
    See Also