PenLineJoin Enumeration

Describes the shape that joins two lines or segments.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value Description
Miter Regular angular vertices.
Bevel Beveled vertices.
Round Rounded vertices.

Remarks

The following illustration shows the different line joins.

PenLineJoin settings

PenLineJoin settings

Applies To

StrokeLineJoin

See Also

Shapes and Drawing in Silverlight Overview
Shape
Ellipse
Line
Path
Polygon
Polyline
Rectangle