Compartir a través de


SystemMediaTransportControls.IsPlayEnabled Propiedad

Definición

Obtiene o establece un valor que especifica si se admite el botón reproducir.

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

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

Valor de propiedad

Boolean

bool

true si se admite la reproducción; de lo contrario, false.

Se aplica a