語言

MediaElement.CanPause 屬性

定義

會獲得一個值,表示媒體是否可以暫停。

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

屬性值

true如果媒體能暫停;否則,。 false

適用於