AudioInputThreadInvoking Property |
LightningChart .NET Help
Gets or sets whether this instance automatically synchronizes its
events to the main UI thread hence eliminating the need to call
Control.Invoke method on caller's side.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool ThreadInvoking { get; set; }<DefaultValueAttribute(false)>
Public Property ThreadInvoking As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ThreadInvoking {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also