SystemMediaTransportControls.IsChannelUpEnabled Property

Definition

Gets or sets a value that specifies if the channel up button is supported.

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

Property Value

Boolean

bool

true if the channel up button is supported; otherwise, false.

Applies to