MediaOverlay.AudioEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.