MediaTransportControls.IsStopButtonVisible 屬性

定義

取得或設定值,這個值表示是否顯示停止按鈕。

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

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

屬性值

Boolean

bool

true 表示顯示停止按鈕。 false 隱藏停止按鈕。 預設值為 false

適用於

另請參閱