public enum StrokeStyle
Public Enumeration StrokeStyle
public enum class StrokeStyle
type StrokeStyle
Solid | 0 | Solid stroke. |
Dash | 1 | Dashed stroke. |
Dot | 2 | Dotted stroke. |
DashDot | 3 | Stroke in dash-dot style. |
DashDotDot | 4 | Stroke in dash-dot-dot style. |
Custom | 5 | Custom stroke style. |