SystemMediaTransportControls.IsRecordEnabled Property

Definition

Gets or sets a value that specifies if the record button is supported.true if the record button is supported; otherwise, false.

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

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

Property Value

Boolean

bool

true if the record button is supported; otherwise, false.

Applies to