ComponentOne ASP.NET MVC Controls
StrokeWidth Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeWidth Property
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

Reference

SVGStyle Class
SVGStyle Members