[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeDasharray

StrokeDasharray Method

StrokeDasharray(string)

Configurates StrokeDasharray. A value that indicates the stroke dasharry, possible values: ["", "-", ".", "-.", "-..", ". ", "- ", "--", "- .", "--.", "--.."]

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

The value.

Returns
Type Description
SVGStyleBuilder

Current builder.