ComponentOne ASP.NET MVC Controls
StrokeDasharray Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members