Sound.Volume Property

SFML.Net

SoundVolume Property
Volume of the sound. The volume is a value between 0 (mute) and 100 (full volume). The default value for the volume is 100.

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public float Volume { get; set; }
Public Property Volume As Single
	Get
	Set
public:
property float Volume {
	float get ();
	void set (float value);
}
member Volume : float32 with get, set

Property Value

Type: Single
See Also