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.ShapesAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Type:
PenLineJoinSee Also