AudioOutputBalance Property |
LightningChart .NET Help
Gets or sets audio playback balance. Valid values are between -100 to 100.
-100 means that audio is played only through the left speaker. 0 means that
both speakers output audio. 100 means that audio is played only through
the right speaker. This is a dependency property.
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic int Balance { get; set; }Public Property Balance As Integer
Get
Set
public:
property int Balance {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also