AudioOutputVolume Property |
LightningChart .NET Help
Gets or sets volume (0-100). Is settable when IsInputEnabled is false.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(100)]
public int Volume { get; set; }<DefaultValueAttribute(100)>
Public Property Volume As Integer
Get
Set
public:
[DefaultValueAttribute(100)]
property int Volume {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also