AudioOutputOutput Property |
LightningChart .NET Help
Gets or sets AudioOutput component that this GUI component controls.
Namespace:
Arction.Wpf.SignalProcessing.Gui
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[BrowsableAttribute(true)]
public AudioOutput Output { get; set; }<BrowsableAttribute(true)>
Public Property Output As AudioOutput
Get
Set
public:
[BrowsableAttribute(true)]
property AudioOutput^ Output {
AudioOutput^ get ();
void set (AudioOutput^ value);
}Property Value
Type:
AudioOutput
See Also