VideoViewerWFFullScreenEnabled Property |
Gets or sets a value that indicates the fullscreen mode is enable or disable
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool FullScreenEnabled { get; set; }
Public Property FullScreenEnabled As Boolean
Get
Set
public:
property bool FullScreenEnabled {
bool get ();
void set (bool value);
}
member FullScreenEnabled : bool with get, set
Property Value
Type:
BooleanSee Also