ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property StrokeMiterlimit As Nullable(Of Double)
    public Nullable<double> StrokeMiterlimit {get; set;}
    See Also