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

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