Line |
public enum LineStyle
| Member name | Value | Description |
|---|---|---|
| Solid | 0 | Solid line. |
| Dash | 1 | Dashed line. |
| Dot | 2 | Dotted line. |
| DashDot | 3 | Dash-dot line. |
| DashDotDot | 4 | Dash-dot-dot line. |
| ShortDash | 5 | Short dashed line. |
| ShortDot | 6 | Short dotted line. |
| ShortDashDot | 7 | Short dash-dot line. |
The LineStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |