ComponentOne ASP.NET MVC Controls
StrokeWidth Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : StrokeWidth Method
The value.
Configurates C1.Web.Mvc.SVGStyle.StrokeWidth. A value that indicates the stroke width.
Syntax
'Declaration
 
Public Function StrokeWidth( _
   ByVal value As Nullable(Of Integer) _
) As SVGStyleBuilder
public SVGStyleBuilder StrokeWidth( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members