StrokeMiterLimit Property

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.

XAML
<object StrokeMiterLimit="Double" .../>
Scripting
value = object.StrokeMiterLimit
object.StrokeMiterLimit = value

Property Value

Double

The limit on the ratio of the miter length to the StrokeThickness of a Shape element. This value is always a positive number that is greater than or equal to 1.

This property is read/write.

Remarks

A miter forms a corner by beveling the ends of two joined lines. When two line segments meet at a small angle (sharp angle), the miter may extend beyond the thickness of the line that strokes the path.

Applies To

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

See Also

Shapes and Drawing in Silverlight Overview