Shape.StrokeDashCap Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object StrokeDashCap="penLineCapMemberName"/>
Property Value
Type: System.Windows.Media.PenLineCapOne of the enumeration values for PenLineCap. The default is Flat.
Dependency property identifier field: StrokeDashCapProperty
This setting applies to both ends of each dash.
Show: