Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

ee0e8435 dda8 783e 7502 11bfdd4f25ef

haplokuon edited this page May 6, 2023 · 1 revision

MinorAxis Property

netDxf 3.0.0 Library

Gets or sets the ellipse minor axis.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double MinorAxis { get; }

VB

Public ReadOnly Property MinorAxis As Double
	Get

C++

public:
property double MinorAxis {
	double get ();
}

F#

member MinorAxis : float with get

Property Value

Double

Remarks

The minor axis is always measured along the ellipse local Y axis.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally