SystemMediaTransportControls.IsPreviousEnabled Property

Definition

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

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

Property Value

Boolean

bool

true if the previous button is supported; otherwise, false.

Applies to