ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PenAlignment Enumeration

In This Topic
    PenAlignment Enumeration
    In This Topic
    Gets or sets the alignment for PenEx object.
    Syntax
    'Declaration
     
    Public Enum PenAlignment 
       Inherits System.Enum
    public enum PenAlignment : System.Enum 
    Members
    MemberDescription
    CenterSpecifies that the System.Drawing.Pen object is centered over the theoretical line.
    InsetSpecifies that the System.Drawing.Pen is positioned on the inside of the theoretical line.
    LeftReserved.
    OutsetReserved.
    RightReserved.
    Inheritance Hierarchy

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

    See Also