CadEllipseAxisRatio Property |
Gets or sets the axis ratio.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic double AxisRatio { get; set; }Public Property AxisRatio As Double
Get
Set
public:
property double AxisRatio {
double get ();
void set (double value);
}member AxisRatio : float with get, set
Property Value
Type:
Double
The axis ratio.
See Also