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

In This Topic
    IsFullScreen Property (C1Window)
    In This Topic
    Gets or sets to make the window display in full screen .
    Syntax
    'Declaration
     
    
    Public Property IsFullScreen As Boolean
    public bool IsFullScreen {get; set;}
    See Also