[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SVGStyleBuilder.ArrowEnd

ArrowEnd Method

ArrowEnd(string)

Configurates 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.

Declaration
public SVGStyleBuilder ArrowEnd(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
SVGStyleBuilder

Current builder.