ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PenStyleEx Enumeration

In This Topic
    PenStyleEx Enumeration
    In This Topic
    Specifies the style of dashed lines drawn with a System.Drawing.Pen object.
    Syntax
    'Declaration
     
    Public Enum PenStyleEx 
       Inherits System.Enum
    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.
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

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

    See Also