This documentation is for the old version. Go to the latest Graphics Mill docs

Pen Properties

The Pen type exposes the following members.

Properties

Name Description
Public property Alignment

Gets/sets pen alignment.

Public property Color

Gets/sets pen color.

Public property DashStyle

Gets/sets style used for dashed lines drawn with this pen.

Public property Static member Empty

Returns an empty pen (which does not outline anything).

Public property EndCap

Gets/sets a value specifying what cap to use at the end of lines drawn with this pen.

Public property IsEmpty

Indicates if the pen is empty.

Public property LineJoin

Gets/sets the join style for the ends of two consecutive lines drawn with this pen.

Public property MiterLimit

Gets/sets the limit of the thickness of the join on a mitered corner.

Public property StartCap

Gets/sets a value specifying what cap to use at the beginning of lines drawn with this pen.

Public property Width

Gets/sets pen width.

See Also

Reference