Enum PenStyle
PenStyle enumeration
Describes all supported pen styles.
public enum PenStyle : byte
Values
| Name | Value | Description |
|---|---|---|
| Solid | 0 |
Specifies a solid line |
| Dash | 1 |
Specifies a dashed line |
| DashDot | 2 |
Specifies a line consisting of dashes and dots |
| Dot | 3 |
Specifies a dotted line |
| LongDash | 4 |
Specifies a line consisting of long dashes |
| DashDotDot | 5 |
Specifies a line consisting of dashes and two dots |
See Also
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation