Share via


MediaOverlay.AudioEnabled Property

Definition

Gets or sets a value indicating whether audio is enabled for the MediaOverlay.

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

void AudioEnabled(bool value);
public bool AudioEnabled { get; set; }
var boolean = mediaOverlay.audioEnabled;
mediaOverlay.audioEnabled = boolean;
Public Property AudioEnabled As Boolean

Property Value

Boolean

bool

True if audio is enabled; otherwise, false.

Applies to