ShapeElementStrokeSource

ShapeElementStrokeSource enumeration

Represents how shape element should be drawn.

public enum ShapeElementStrokeSource : byte

Values

NameValueDescription
NoStroke0Don’t stroke primitive.
Shape1Use shape’s LineFormat.
OwnStroke2Use own stroke.

See Also