Enum StrokeStyle
StrokeStyle enumeration
Specifies a stroke style.
public enum StrokeStyle
Values
Name | Value | Description |
---|---|---|
Solid | 0 | Specifies a plain line. |
None | 1 | Specifies, that no line should be drawn. |
Dash | 2 | Specifies a dash line. |
Dot | 3 | Specifies a dotted line. |
DashDot | 4 | Specifies alternate dots and dashes . |
DashDotDot | 5 | Specifies a dash-dot-dot line. |
Custom | 6 | Custom dash pattern line. |
See Also
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS