GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPauseEnabled Property

Definition

Whether the session currently supports the pause command.

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

Property Value

Boolean

bool

True if pause is supported; otherwise, false.

Applies to