Click or drag to resize
ShapeStrokeLineJoin Property
Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape. The default value is Miter.

Namespace: Windows.UI.Xaml.Shapes
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public PenLineJoin StrokeLineJoin { get; set; }

Property Value

Type: PenLineJoin
See Also