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

AudioObjectProperties.Balance Property

Gets or sets the stereo balance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

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

Remarks

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

See Also