Alignment

Pen.Alignment property

Gets or sets the alignment for this Pen.

public PenAlignment Alignment { get; set; }

Property Value

A PenAlignment that represents the alignment for this Pen.

Exceptions

exceptioncondition
ArgumentExceptionThe Alignment property is set on an immutable Pen, such as those returned by the Pen class.

See Also