MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing.Drawing2D Namespace / DashStyle Enumeration

DashStyle Enumeration
Specifies the style of dashed lines drawn with a Pen object. It is a cross-platform version of DashStyle.
Syntax
'Declaration
 
Public Enum DashStyle 
   Inherits System.Enum
 
Members
MemberDescription
CustomThe custom style.
DashThe das style.
DashDotThe Dash Dot style.
DashDotDotThe Dash Dot Dot style.
DotThe dot style.
SolidThe solid style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle

See Also