MediaPlayer.CanPause 屬性

定義

取得值,這個值表示媒體是否可暫停。

public:
 property bool CanPause { bool get(); };
public bool CanPause { get; }
member this.CanPause : bool
Public ReadOnly Property CanPause As Boolean

屬性值

如果媒體可開啟則為 true,否則為 false。

適用於