Click or drag to resize

ShapeElementStrokeSource Enumeration

Represents how shape element should be drawn.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ShapeElementStrokeSource
Members
Member name Value Description
NoStroke 0 Don't stroke primitive.
Shape 1 Use shape's LineFormat.
OwnStroke 2 Use own stroke.
See Also