Enumerates the styles for line drawing.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum LineStyle  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration LineStyle  | 
| Visual C++ | 
|---|
public enum class LineStyle  | 
Members
| Member name | Description | |
|---|---|---|
| None | No line.  | |
| Solid | Specifies a solid line.  | |
| Dot | Specifies a line consisting of dots.  | |
| Dash | Specifies a line consisting of dashes.  | |
| DashDot | Specifies a line consisting of the repeated pattern of dash-dot.  | |
| DashDotDot | Specifies a line consisting of a repeated pattern of dash-dot-dot.  |