Gets the minor axis of the ellipse.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Edge MinorAxis { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinorAxis As Edge
Visual C++
public:
property Edge^ MinorAxis {
	Edge^ get ();
}

Field Value

The minor axis edge of the ellipse.

See Also