[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.PenAlignment

PenAlignment Enum

Gets or sets the alignment for PenEx object.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[CLSCompliant(true)]
public enum PenAlignment

Fields

Name Description
Center

Specifies that the System.Drawing.Pen object is centered over the theoretical line.

Inset

Specifies that the System.Drawing.Pen is positioned on the inside of the theoretical line.

Left

Reserved.

Outset

Reserved.

Right

Reserved.

Extension Methods