MixerListControlLines Property |
Gets the mixer lines.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public MixerLine[] Lines { get; }
Public ReadOnly Property Lines As MixerLine()
Get
public:
property array<MixerLine^>^ Lines {
array<MixerLine^>^ get ();
}
Property Value
Type:
MixerLineThe mixer lines.
See Also