MediaElement.CanPause 屬性

定義

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

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

屬性值

如果可以暫停媒體則為 true,否則為 false

適用於