LightningChart .NET Help
Gets or sets AudioInput 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 AudioInput Input { get; set; }<BrowsableAttribute(true)>
Public Property Input As AudioInput
Get
Set
public:
[BrowsableAttribute(true)]
property AudioInput^ Input {
AudioInput^ get ();
void set (AudioInput^ value);
}Property Value
Type:
AudioInput
See Also