Shape::StrokeDashCap Property
.NET Framework (current version)
Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property PenLineCap StrokeDashCap { PenLineCap get(); void set(PenLineCap value); }
Property Value
Type: System.Windows.Media::PenLineCapOne of the enumeration values for PenLineCap. The default is Flat.
This setting applies to both ends of each dash.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: