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

In This Topic
    StrokeWidth Property (LineStyleTagHelper)
    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