4.612 Pen

x:Object > DependencyObject > Freezable > Animatable > Pen
Pen
(usage)
<Pen />
(description)
Describes how a shape is outlined.
(used by)
GeometryDrawing TextDecoration
(properties)
Brush
Brush
(description)
The fill the outline produced by this Pen.
DashCap
PenLineCap
(description)
A value that specifies how the ends of each dash are drawn.
DashStyle
DashStyle
(description)
A value that describes the pattern of dashes generated by this Pen.
EndLineCap
PenLineCap
(description)
The type of shape to use at the end of a stroke.
LineJoin
PenLineJoin
(description)
The type of joint used at the vertices of a shape's outline.
MiterLimit
x:Double
(description)
The limit on the ratio of the miter length to half this pen's Thickness.
StartLineCap
PenLineCap
(description)
The type of shape to use at the beginning of a stroke.
Thickness
x:Double
(description)
The thickness of the stroke produced by this Pen.