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 (Declaration)
Public ReadOnly Property Top As Double
C#
public double Top { get; }
Visual C++
public:
property double Top {
	double get ();
}

Return Value

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

See Also