Skip to main content
A newer version of this page is available. .
Tab

VideoObjectProperties.Volume Property

Gets or sets the current playback volume.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(-1)]
public virtual int Volume { get; set; }

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