Share via


SystemMediaTransportControls.IsRewindEnabled Property

Definition

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

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

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

Property Value

Boolean

bool

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

Applies to