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

PenAlignment Enumeration
Gets or sets the alignment for PenEx object.
Syntax
'Declaration
 
Public Enum PenAlignment 
   Inherits 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.
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.PenAlignment

See Also