AudioInputIsInputEnabled Property |
LightningChart .NET Help
Gets or sets the state of this instance (i.e. starts or stops it).
Setting this property true is the same as calling Start method where
false is the same as calling Stop method.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool IsInputEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property IsInputEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool IsInputEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also