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(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-linejoin", 
   Name="stroke-linejoin")>
Public Property StrokeLinejoin As String
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-linejoin", 
   Name="stroke-linejoin")]
public string StrokeLinejoin {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members