Class OdEndPath
Class OdEndPath
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The enhanced end path
[JsonObject(MemberSerialization.OptIn)]
public class OdEndPath : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEndPath
Inherited Members
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
OdEndPath(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEndPath class.
public OdEndPath(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Fill
Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEndPath is fill.
[JsonProperty]
public bool Fill { get; set; }