The following tables list the members exposed by D2DPen.
Public Constructors
| Name | Description | |
|---|---|---|
|  | D2DPen | Initializes a new D2DPen having the specified brush and thickness. | 
Public Properties
| Name | Description | |
|---|---|---|
|  | Brush | Gets or sets the pen System.Windows.Media.Brush. | 
|  | DashCap | Gets or sets the pen dash cap style. | 
|  | Dashes | Gets or sets the pen dashes collection. | 
|  | DashOffset | Gets or sets the pen dash Offset. | 
|  | EndLineCap | Gets or sets a value that describes how to shape the end of a line. | 
|  | LineJoin | Gets or sets a value that describes how to join lines. | 
|  | MiterLimit | Gets or sets the pen miter limit value. | 
|  | StartLineCap | Gets or sets the cap style used on the starting point of the line. | 
|  | Thickness | Gets or sets the thickness of the pen. | 
See Also