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

In This Topic
    Display Property
    In This Topic
    The display property specifies the display behavior (the type of rendering box) of an element.
    Syntax
    'Declaration
     
    
    Public Property Display As Nullable(Of C1StyleDisplay)
    public Nullable<C1StyleDisplay> Display {get; set;}
    See Also