Class OdAngleEllipse
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The Enhanced angle ellipse
public class OdAngleEllipse : OdStyledObject
- Inheritance
-
OdAngleEllipse
- Derived
- Inherited Members
Constructors
OdAngleEllipse(OdObject)
Initializes a new instance of the OdAngleEllipse class.
public OdAngleEllipse(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Closed
Gets or sets a value indicating whether this OdAngleEllipse is closed.
public bool Closed { get; set; }
Property Value
- bool
true
if closed; otherwise,false
.
EndAngle
Gets or sets the end angle.
public float EndAngle { get; set; }
Property Value
- float
The end angle.
Kind
Gets or sets the kind.
public OdObjectKind Kind { get; set; }
Property Value
- OdObjectKind
The kind.
StartAngle
Gets or sets the start angle.
public float StartAngle { get; set; }
Property Value
- float
The start angle.