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

In This Topic
    StrokeMiterlimit Property
    In This Topic
    A value that indicates the stroke miter limit.
    Syntax
    'Declaration
     
    
    <JsonAttribute("stroke-miterlimit")>
    Public Property StrokeMiterlimit As Nullable(Of Double)
    [Json("stroke-miterlimit")]
    public Nullable<double> StrokeMiterlimit {get; set;}
    See Also