Class OdEndPath
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The enhanced end path
public class OdEndPath : OdGraphicObject
- Inheritance
-
OdEndPath
- Inherited Members
Constructors
OdEndPath(OdObject)
Initializes a new instance of the OdEndPath class.
public OdEndPath(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Fill
Gets or sets a value indicating whether this OdEndPath is fill.
public bool Fill { get; set; }
Property Value
- bool
true
if fill; otherwise,false
.