Gets or sets the note x value

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public int X { get; set; }
Visual Basic (Declaration)
Public Property X As Integer
Visual C++
public:
property int X {
	int get ();
	void set (int value);
}

See Also