GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPlayPauseToggleEnabled Property

Definition

Whether the session currently supports the play pause toggle command (where play or pause is picked depending on state).

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

Property Value

Boolean

bool

True if play pause toggle is supported; otherwise, false.

Applies to