VlcMediaPlayerPausableChangedEventArgsIsPaused Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Vlc.DotNet.Core.VlcMediaPlayerPausableChangedEventArgs.IsPaused"]
Namespace: Vlc.DotNet.CoreAssembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic bool IsPaused { get; }
Public ReadOnly Property IsPaused As Boolean
Get
public:
property bool IsPaused {
bool get ();
}
member IsPaused : bool with get
Property Value
Type:
Boolean
See Also