ComponentOne ASP.NET MVC Controls
ArrowEnd Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : ArrowEnd Method
The value.
Configurates C1.Web.Mvc.SVGStyle.ArrowEnd. Sets the arrowhead on the end of the path. The format for string is <type>[-<width>[-<length>]]. Possible types: classic, block, open, oval, diamond, none, width: wide, narrow, medium, length: long, short, medium.
Syntax
'Declaration
 
Public Function ArrowEnd( _
   ByVal value As String _
) As SVGStyleBuilder
public SVGStyleBuilder ArrowEnd( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members