ComponentOne ASP.NET MVC Controls
StrokeLinecap Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : StrokeLinecap Method
The value.
Configurates C1.Web.Mvc.SVGStyle.StrokeLinecap. A value that indicates the stroke line cap, possible values: ["butt", "square", "round"]
Syntax
'Declaration
 
Public Function StrokeLinecap( _
   ByVal value As String _
) As SVGStyleBuilder
public SVGStyleBuilder StrokeLinecap( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members