[]
Represents the type of pen used when drawing lines on a page.
public enum PenStyles : byte
Name | Description |
---|---|
Dash | Dash styled line. |
DashDot | DashDot styled line. |
DashDotDot | DashDotDot styled line. |
Dot | Dot styled line. |
Solid | Solid line. |
Transparent | No line. |