Gets the y-coordinate of the top edge of this RectangleD structure.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

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

Return Value

The y-coordinate of the top edge of this RectangleD structure.

See Also