Shape::StrokeDashCap Property

 

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

Namespace:   System.Windows.Shapes
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property PenLineCap StrokeDashCap {
	PenLineCap get();
	void set(PenLineCap value);
}

Property Value

Type: System.Windows.Media::PenLineCap

One 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
Return to top
Show: