PenStyle

Namespace: PP;

Description

The PenStyle enumeration contains line types.

It is used by the PP.Pen.Style property.

Available Values

Value Brief description
None No border.
Solid Solid line.
Dashed Dashed line.
Dotted Dotted line.
ShortDash Short dashes.
ShortDot Short dots.
DashDot Dash-dotted line.
DashDotDot Alternating dashes and double dots.
ShortDashDot Alternating short dashes and dots.
LongDashDot Alternating long dashes and dots.
ShortDashDotDot Alternating short dashes and double dots.
LongDashDotDot Alternating long dashes and double dots.

See also:

PP