SignalReaderThreadType Property |
LightningChart .NET Help
Thread type. Timer or thread operation.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ThreadType.Thread)]
public ThreadType ThreadType { get; set; }<DefaultValueAttribute(ThreadType.Thread)>
Public Property ThreadType As ThreadType
Get
Set
public:
[DefaultValueAttribute(ThreadType::Thread)]
property ThreadType ThreadType {
ThreadType get ();
void set (ThreadType value);
}Property Value
Type:
ThreadType
See Also