ShapeElementStrokeSource Enumeration |
Represents how shape element should be drawn.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ShapeElementStrokeSource
Public Enumeration ShapeElementStrokeSource
public enum class ShapeElementStrokeSource
type 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