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

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