StrokeStartLineCap Property

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

XAML
<object StrokeStartLineCap="PenLineCap" .../>
Scripting
value = object.strokeStartLineCap
object.strokeStartLineCap = value

Property Value

PenLineCap

One of the PenLineCap enumeration values.

This property is read/write. The default value is Flat.

Remarks

This property has no effect if you set it on a shape that has no Stroke or that has no start or end points. For example, this property has no effect if you set it on an Ellipse.

Applies To

Ellipse, Line, Path, Polygon, Polyline, Rectangle, Shape

See Also

Shapes and Drawing in Silverlight Overview