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

In This Topic
    DashStyle Enumeration
    In This Topic
    Specifies the style of dashed lines drawn with a Pen object. It is a cross-platform version of System.Drawing.Drawing2D.DashStyle.
    Syntax
    'Declaration
     
    Public Enum DashStyle 
       Inherits System.Enum
    public enum DashStyle : System.Enum 
    Members
    MemberDescription
    Custom 
    Dash 
    DashDot 
    DashDotDot 
    Dot 
    Solid 
    Inheritance Hierarchy

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

    See Also