ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property StrokeLinejoin As String
    public string StrokeLinejoin {get; set;}
    See Also