ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PenStyles Enumeration

In This Topic
    PenStyles Enumeration
    In This Topic
    Represents the type of pen used when drawing lines on a page.
    Syntax
    'Declaration
     
    Public Enum PenStyles 
       Inherits System.Enum
    public enum PenStyles : System.Enum 
    Members
    MemberDescription
    DashDash styled line.
    DashDotDashDot styled line.
    DashDotDotDashDotDot styled line.
    DotDot styled line.
    SolidSolid line.
    TransparentNo line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.PenStyles

    See Also