Pen Properties |
The Pen type exposes the following members.
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color of this Pen.
|
|
| DashCap |
Gets or sets the cap style for dashes on a
dashed line.
|
|
| Dashed |
True if this pen has a dash pattern. If true
then the DashPattern has a length greater than zero and a valid set
of dash and space values.
|
|
| DashOffset |
Gets or sets the distance from the start of a
line to the beginning of a dash pattern.
|
|
| DashPattern |
Gets or sets an array of custom dashes and
spaces.
|
|
| LineEnd |
Gets or sets the cap style used for lines
drawn with this Pen.
|
|
| LineJoin |
Gets or sets the join style for the ends of
two consecutive lines drawn with this Pen.
|
|
| LineStart |
Gets or sets the cap style used for lines
drawn with this Pen.
|
|
| MiterLimit |
Gets or sets the limit of the thickness of the
join on a mitered corner. The default value is 10.0f.
|
|
| Width |
Gets or sets the width of this Pen.
|