Enum PenStyle
PenStyle enumeration
public enum PenStyle
Values
| Name | Value | Description |
|---|---|---|
| Solid | 0 | |
| None | 1 | |
| Dash | 2 | |
| Dot | 3 | |
| DashDot | 4 | |
| DashDotDot | 5 | |
| Custom | 6 |
See Also
- namespace Aspose.Gis.Painting
- assembly Aspose.GIS
public enum PenStyle
| Name | Value | Description |
|---|---|---|
| Solid | 0 | |
| None | 1 | |
| Dash | 2 | |
| Dot | 3 | |
| DashDot | 4 | |
| DashDotDot | 5 | |
| Custom | 6 |