StrokeStyle Fields
Contains parameters of a style used to draw a stroke line on a map.| Name | Description |
|---|---|
| DashArrayProperty static | Identifies the StrokeStyle.DashArray dependency property. |
| DashCapProperty static | Identifies the StrokeStyle.DashCap dependency property. |
| DashOffsetProperty static | Identifies the StrokeStyle.DashOffset dependency property. |
| EndLineCapProperty static | Identifies the StrokeStyle.EndLineCap dependency property. |
| LineJoinProperty static | Identifies the StrokeStyle.LineJoin dependency property. |
| MiterLimitProperty static | Identifies the StrokeStyle.MiterLimit dependency property. |
| StartLineCapProperty static | Identifies the StrokeStyle.StartLineCap dependency property. |
| ThicknessProperty static | Identifies the StrokeStyle.Thickness dependency property. |
See Also