Pegasus Class Library Help
Gets the Y position when the event occures.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

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

Field Value

The y position.

See Also