ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / StrokeLinejoin Property

In This Topic
    StrokeLinejoin Property
    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