共用方式為


SystemMediaTransportControls.IsPreviousEnabled 屬性

定義

取得或設定值,指定是否支援上一個按鈕。

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

void IsPreviousEnabled(bool value);
public bool IsPreviousEnabled { get; set; }
var boolean = systemMediaTransportControls.isPreviousEnabled;
systemMediaTransportControls.isPreviousEnabled = boolean;
Public Property IsPreviousEnabled As Boolean

屬性值

Boolean

bool

如果支援上一個按鈕,則為true;否則為false

適用於