共用方式為


SystemMediaTransportControls.IsChannelUpEnabled 屬性

定義

取得或設定值,指定是否支援通道向上按鈕。

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

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

屬性值

Boolean

bool

如果支援通道向上按鈕,則為true;否則為false

適用於