Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Window Class / IsDarkOverlay Property

In This Topic
    IsDarkOverlay Property (C1Window)
    In This Topic
    Gets or sets whether the overlay is dark themed.
    Syntax
    'Declaration
     
    
    Public Property IsDarkOverlay As Boolean
    public bool IsDarkOverlay {get; set;}
    See Also