Reflection
FullScreen Property


Gets or sets the full screen state.
Syntax
'Declaration
 
Property FullScreen As Boolean
'Usage
 
Dim instance As IFrame
Dim value As Boolean
 
instance.FullScreen = value
 
value = instance.FullScreen
bool FullScreen {get; set;}
See Also