Class OdAngleEllipse
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)
The Enhanced angle ellipse
[JsonObject(MemberSerialization.OptIn)]
public class OdAngleEllipse : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdAngleEllipse
Derived
Inherited Members
OdStyledObject.Style , OdStyledObject.Rectangle , OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdAngleEllipse(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdAngleEllipse class.
public OdAngleEllipse(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Closed
Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdAngleEllipse is closed.
[JsonProperty]
public bool Closed { get; set; }
Property Value
EndAngle
Gets or sets the end angle.
[JsonProperty]
public float EndAngle { get; set; }
Property Value
Kind
Gets or sets the kind.
[JsonProperty]
public OdObjectKind Kind { get; set; }
Property Value
StartAngle
Gets or sets the start angle.
[JsonProperty]
public float StartAngle { get; set; }