GlobalSystemMediaTransportControlsSessionPlaybackControls.IsRepeatEnabled Property

Definition

Whether the session currently supports control of its repeat mode.

public:
 property bool IsRepeatEnabled { bool get(); };
bool IsRepeatEnabled();
public bool IsRepeatEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isRepeatEnabled;
Public ReadOnly Property IsRepeatEnabled As Boolean

Property Value

Boolean

bool

True if repeat mode is supported; otherwise, false.

Applies to