Share via


MediaPlayer.Muted Property

Gets or sets a value that indicates whether audio should be muted in the player by default.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
<ThemeableAttribute(True)> _
Public Overridable Property Muted As Boolean
    Get
    Set
'Usage
Dim instance As MediaPlayer
Dim value As Boolean

value = instance.Muted

instance.Muted = value
[ThemeableAttribute(true)]
public virtual bool Muted { get; set; }

Property Value

Type: System.Boolean
true if the audio is muted; otherwise, false. The default is false.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaPlayer Class

MediaPlayer Members

System.Web.UI.SilverlightControls Namespace