ActiveReports 19 .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 DashStyle.
    Syntax
    'Declaration
     
    Public Enum DashStyle 
       Inherits System.Enum
    public enum DashStyle : 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