BackgroundAudioPlayer.Volume Property

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Volume As Double
public double Volume { get; set; }
public:
property double Volume {
    double get ();
    void set (double value);
}
member Volume : float with get, set

Property Value

Type: System.Double

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

BackgroundAudioPlayer Class

Microsoft.Phone.BackgroundAudio Namespace