Stereo property
ValueDefinition
0None
1Up
2Down
3Unknown - Either (Up or Down)
4Cis
5Trans
6up or unspecified
7down or unspecified
8Any
9Cis or Trans

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public byte Stereo { get; set; }
Visual Basic (Declaration)
Public Property Stereo As Byte
Visual C++
public:
property unsigned char Stereo {
	unsigned char get ();
	void set (unsigned char value);
}

See Also