[]
Reprents the custom pen that has the styles defined by user.
public sealed class DashPen : Pen, IDisposable, ICloneable
| Name | Description |
|---|---|
| DashPen(DashStyle, Color) | Initializes a new instance of the DashPen class. |
| DashPen(DashStyle, Color, int) | Initializes a new instance of the DashPen class. |
| DashPen(DashStyle, Color, int, DashCap, LineJoin) | Initializes a new instance of the DashPen class. |
| Name | Description |
|---|---|
| Cap | Gets or sets the end caps style of the pen. |
| Color | Gets or sets the color of the pen. |
| DashStyle | Gets or sets the style of the pen. |
| Join | Gets or sets the join style of the pen. |
| Width | Gets or sets the width of the pen. |
| Name | Description |
|---|---|
| Clone() | Create a pen that has the same style as this pen. |