In This Topic
A value that indicates the stroke line join method, possible values: ["bevel", "round", "miter"]
Syntax
'Declaration
<JsonAttribute("stroke-linejoin")>
Public Property StrokeLinejoin As String
[Json("stroke-linejoin")]
public string StrokeLinejoin {get; set;}
See Also