ActiveReports Developer 7
PenStyleEx Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : PenStyleEx Enumeration

Glossary Item Box

Specifies the style of dashed lines drawn with a System.Drawing.Pen object.

Syntax

Visual Basic (Declaration) 
Public Enum PenStyleEx 
   Inherits System.Enum
C# 
public enum PenStyleEx : System.Enum 

Members

MemberDescription
CustomSpecifies a user-defined custom dash style.
DashSpecifies a line consisting of dashes.
DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
DotSpecifies a line consisting of dots.
SolidSpecifies a solid line.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.PenStyleEx

See Also