SystemMediaTransportControls.IsPauseEnabled 属性

定义

获取或设置一个值,该值指定是否支持暂停按钮。如果支持暂停按钮,则为 true ;否则为 false

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

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

属性值

Boolean

bool

如果支持暂停按钮,则为 true;否则为 false

适用于