Gets Y coordinate of the center of the rectangle.

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

Syntax

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

See Also