ComponentOne ASP.NET MVC Controls
StrokeLinejoin Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeLinejoin Property
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

Reference

SVGStyle Class
SVGStyle Members