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
Syntaxpublic bool IsOutputEnabled { get; set; }Public Property IsOutputEnabled As Boolean
Get
Set
public:
property bool IsOutputEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also