ApplicationFullScreen Property |
Get or set a value that represents the full screen display status of the frame.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool FullScreen { get; set; }
Public MustOverride Property FullScreen As Boolean
Get
Set
Property Value
Type:
Boolean
True for full screen, otherwise false.
See Also