Gets Y coordinate of the top side of the rectangle.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public double Top { get; }
Visual Basic (Declaration)
Public ReadOnly Property Top As Double
Visual C++
public:
property double Top {
	double get ();
}

See Also