MediaTransportControls.IsFastRewindButtonVisible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否顯示倒轉按鈕。
public:
property bool IsFastRewindButtonVisible { bool get(); void set(bool value); };
bool IsFastRewindButtonVisible();
void IsFastRewindButtonVisible(bool value);
public bool IsFastRewindButtonVisible { get; set; }
var boolean = mediaTransportControls.isFastRewindButtonVisible;
mediaTransportControls.isFastRewindButtonVisible = boolean;
Public Property IsFastRewindButtonVisible As Boolean
<MediaTransportControls IsFastRewindButtonVisible="bool" .../>
屬性值
Boolean
bool
true 表示顯示倒轉按鈕。 false 隱藏倒轉按鈕。 預設值為 false。