VideoPlayerWPFFullScreenMode Property |
FullScreenMode
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool FullScreenMode { get; set; }
Public Property FullScreenMode As Boolean
Get
Set
Dim instance As VideoPlayerWPF
Dim value As Boolean
value = instance.FullScreenMode
instance.FullScreenMode = value
member FullScreenMode : bool with get, set
/** @property */
public boolean get_FullScreenMode()
/** @property */
public void set_FullScreenMode(boolean value)
function get FullScreenMode () : boolean
function set FullScreenMode (value : boolean)
function get_FullScreenMode();
function set_FullScreenMode(value);
Property Value
Type:
Boolean
See Also