MediaTransportControls.IsSkipForwardButtonVisible 屬性

定義

取得或設定值,這個值表示是否顯示 [略過向前] 按鈕。

public:
 property bool IsSkipForwardButtonVisible { bool get(); void set(bool value); };
bool IsSkipForwardButtonVisible();

void IsSkipForwardButtonVisible(bool value);
public bool IsSkipForwardButtonVisible { get; set; }
var boolean = mediaTransportControls.isSkipForwardButtonVisible;
mediaTransportControls.isSkipForwardButtonVisible = boolean;
Public Property IsSkipForwardButtonVisible As Boolean
<MediaTransportControls IsSkipForwardButtonVisible="bool" .../>
    

屬性值

Boolean

bool

true 表示略過向前按鈕。 false 會隱藏 [略過向前] 按鈕。 預設值為 false

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱