ShapeElement class

ShapeElement class

Represents a part of shape with same outline and fill properties.

The ShapeElement type exposes the following members:

Properties

PropertyDescription
parent_shapeReturns a Shape_PPT for which element was created.
Read-only Shape.
graphics_pathReturns an element’s path.
Read-only aspose.pydrawing.Drawing2D.GraphicsPath.
fill_sourceReturns information about how to fill an element.
Read-only ShapeElementFillSource.
stroke_sourceReturns information about how to stroke an element.
Read-only ShapeElementStrokeSource.

See Also