Click or drag to resize
CanvasStrokeStyleLineJoin Property
Gets or sets the type of joint used at the vertices of a shape's outline.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasLineJoin LineJoin { get; set; }

Property Value

Type: CanvasLineJoin
See Also