PenAlignment Enum

Definition

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

C#
public enum PenAlignment
Inheritance
PenAlignment

Fields

Name Value Description
Center 0

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

Inset 1

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

Outset 2

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

Left 3

Specifies the Pen is positioned to the left of the theoretical line.

Right 4

Specifies the Pen is positioned to the right of the theoretical line.

Remarks

A Pen object has width. The center point of this pen width is aligned relative to the line being drawn depending on the alignment value. A Pen object can be positioned to draw inside of a line or centered over the line.

Applies to

Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10