[]
        
(Showing Draft Content)

GrapeCity.Drawing.PenAlignment

PenAlignment Enum

Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum PenAlignment : byte
Public Enum PenAlignment As Byte

Fields

Name Description
Center

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

Inset

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

Outset

Specifies the Pen is positioned on the outside of the theoretical line.