SoundLevelBroker.SoundLevel 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 the current sound level of the app.
public:
static property SoundLevel SoundLevel { SoundLevel get(); };
static SoundLevel SoundLevel();
public static SoundLevel SoundLevel { get; }
var soundLevel = SoundLevelBroker.soundLevel;
Public Shared ReadOnly Property SoundLevel As SoundLevel
Property Value
The current sound level of the app.