ComponentOne ASP.NET MVC Controls
StrokeLinejoin Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members