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

In This Topic
    StrokeWidth Property
    In This Topic
    A value that indicates the stroke width.
    Syntax
    'Declaration
     
    
    <JsonAttribute("stroke-width")>
    Public Property StrokeWidth As Nullable(Of Integer)
    [Json("stroke-width")]
    public Nullable<int> StrokeWidth {get; set;}
    See Also