Click or drag to resize

AudioOutputIsOutputEnabled 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. This is a dependency property.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public bool IsOutputEnabled { get; set; }

Property Value

Type: Boolean
See Also