ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ViewerBase Class / FullScreen Property

In This Topic
    FullScreen Property (ViewerBase)
    In This Topic
    Gets or sets whether viewer is under full screen mode.
    Syntax
    'Declaration
     
    Public Property FullScreen As Boolean
    public bool FullScreen {get; set;}
    See Also