MediaTransportControls.IsSeekEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示使用者是否可以使用搜尋列來尋找媒體中的位置。
public:
property bool IsSeekEnabled { bool get(); void set(bool value); };
bool IsSeekEnabled();
void IsSeekEnabled(bool value);
public bool IsSeekEnabled { get; set; }
var boolean = mediaTransportControls.isSeekEnabled;
mediaTransportControls.isSeekEnabled = boolean;
Public Property IsSeekEnabled As Boolean
<MediaTransportControls IsSeekEnabled="bool" .../>
屬性值
Boolean
bool
true 可讓使用者使用搜尋列來尋找位置;否則為 false。 預設值為 True。