| Visual Basic (Declaration) | |
|---|---|
Public Enum PenStyleEx Inherits System.Enum  | |
| C# | |
|---|---|
public enum PenStyleEx : System.Enum  | |
| Member | Description | 
|---|---|
| Custom | Specifies a user-defined custom dash style. | 
| Dash | Specifies a line consisting of dashes. | 
| DashDot | Specifies a line consisting of a repeating pattern of dash-dot. | 
| DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. | 
| Dot | Specifies a line consisting of dots. | 
| Solid | Specifies a solid line. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.PenStyleEx