Freigeben über


SystemMediaTransportControls.IsStopEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Schaltfläche "Beenden" unterstützt wird, oder legt diesen fest.

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

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

Eigenschaftswert

Boolean

bool

true , wenn die Schaltfläche "Beenden" unterstützt wird; andernfalls false.

Gilt für: