Indicates the type of line a pen draws.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public enum IEPenStyles
Public Enumeration IEPenStyles
public enum class IEPenStyles
Members
| Member | Value | Description | 
|---|---|---|
| Solid | 0 | 
            A solid line.
              | 
| Dash | 1 | 
            A line made up of a series of dashes. 
              | 
| Dot | 2 | 
            A line made up of a series of dots.
              | 
| DashDot | 3 | 
            A line made up of alternating dashes and dots.
              | 
| DashDotDot | 4 | 
            A line made up of a series of dash-dot-dot combinations. 
              | 
| Clear | 5 | 
            No line is drawn (used to omit the line around shapes that draw an outline using the current pen).
              | 
| InsideFrame | 6 | 
            A solid line, but one that may use a dithered color if the pen width is greater than 1.
              |