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

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