Gets or sets the media's volume.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public double Volume { get; set; }
Visual Basic
Public Property Volume As Double
	Get
	Set

Remarks

The media's volume represented on a linear scale between 0 and 1. The default is 1.

See Also