ShapeElement

ShapeElement class

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

public class ShapeElement : IShapeElement

Properties

NameDescription
FillSource { get; }Returns information about how to fill an element. Read-only ShapeElementFillSource.
GraphicsPath { get; }Returns an element’s path. Read-only GraphicsPath.
ParentShape { get; }Returns a Shape_PPT for which element was created. Read-only Shape.
StrokeSource { get; }Returns information about how to stroke an element. Read-only ShapeElementStrokeSource.

See Also