Gets or sets the y co-ordinate.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)

Collapse imageSyntax

C#
public double Y { get; set; }
Visual Basic (Declaration)
Public Property Y As Double
Visual C++
public:
property double Y {
	double get ();
	void set (double value);
}

Field Value

The y co-ordinate.

Collapse imageSee Also