In This Topic
A value that indicates the stroke line cap, possible values: ["butt", "square", "round"]
Syntax
'Declaration
<JsonAttribute("stroke-linecap")>
Public Property StrokeLinecap As String
[Json("stroke-linecap")]
public string StrokeLinecap {get; set;}
See Also