Gets or sets the ellipse ratio of minor axis to major axis.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Ratio { get; set; }
Public Property Ratio As Double
Get
Set
public:
property double Ratio {
double get ();
void set (double value);
}
member Ratio : float with get, set
PROPERTY Ratio AS REAL8 GET SET
Property Value
Type:
DoubleSee Also