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

VideoObjectProperties.Balance Property

Gets or sets the stereo balance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public virtual int Balance { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the stereo balance. Values range from -100 to 100.

Remarks

The value zero indicates that the audio plays at equal volume on both left and right channels. A value of -100 indicates that audio plays only on the left channel. A value of 100 indicates that audio plays only on the right channel.

See Also