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
Dispatcher.Invoke method on caller's side. 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 bool ThreadInvoking { get; set; }Public Property ThreadInvoking As Boolean
Get
Set
public:
property bool ThreadInvoking {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also