SignalGeneratorIsGeneratorEnabled Property |
LightningChart .NET Help
Gets or sets the state of this generator (enabled or not). 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 IsGeneratorEnabled { get; set; }Public Property IsGeneratorEnabled As Boolean
Get
Set
public:
property bool IsGeneratorEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also