FullScreen Property (ViewerBase)
In This Topic
Gets or sets whether viewer is under full screen mode.
Syntax
'Declaration
Public Property FullScreen As System.Boolean
'Usage
Dim instance As ViewerBase
Dim value As System.Boolean
instance.FullScreen = value
value = instance.FullScreen
public System.bool FullScreen {get; set;}
public read-write property FullScreen: System.Boolean;
public function get,set FullScreen : System.boolean
public: __property System.bool get_FullScreen();
public: __property void set_FullScreen(
System.bool value
);
public:
property System.bool FullScreen {
System.bool get();
void set ( System.bool value);
}
See Also