VideoObjectProperties.Volume Property
In This Article
Gets or sets the current playback volume.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the volume level (from -1 to 100). |
#Remarks
A value of zero specifies no volume (muted). A value of 100 specifies full volume. If the Volume property’s value is -1, it defaults to the last volume setting established for Windows Media Player.
See Also