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(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-width", 
   Name="stroke-width")>
Public Property StrokeWidth As Nullable(Of Integer)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-width", 
   Name="stroke-width")]
public Nullable<int> StrokeWidth {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members