ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1Editor Class / FullScreenMode Property

In This Topic
    FullScreenMode Property
    In This Topic
    Full screen mode. Set this property to true if you want to switch editor to FullScreen Mode. All client area of the page will be covered by WebEditor.
    Syntax
    'Declaration
     
    Public Property FullScreenMode As System.Boolean
    public System.bool FullScreenMode {get; set;}
    See Also