Enum LineType
Enum defining multiple types of styles for line drawing.
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public enum LineType
Fields
| Name | Description |
|---|---|
| DashDotDash | Line with a single dot |
| Dashed | A dashed line |
| Dotted | A dotted line |
| LDashThrice | Line with three dashes |
| LDashTwice | Line with two dashes |
| LongDash | Line with longer dashes |
| Solid | A solid line |