ShapeElement
Contents
[
Hide
]ShapeElement class
Represents a part of shape with same outline and fill properties.
public class ShapeElement : IShapeElement
Properties
| Name | Description |
|---|---|
| FillSource { get; } | Returns information about how to fill an element. Read-only ShapeElementFillSource. |
| ParentShape { get; } | Returns a Shape_PPT for which element was created. Read-only Shape. |
| PathPoints { get; } | Gets an array of points that define the geometry of the element’s path. |
| PathTypes { get; } | Gets an array of byte values that specify the type of each point in the element’s path. |
| StrokeSource { get; } | Returns information about how to stroke an element. Read-only ShapeElementStrokeSource. |
See Also
- interface IShapeElement
- namespace Aspose.Slides
- assembly Aspose.Slides