ComponentOne ASP.NET MVC Controls
StrokeDasharray Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeDasharray Property
A value that indicates the stroke dasharry, possible values: ["", "-", ".", "-.", "-..", ". ", "- ", "--", "- .", "--.", "--.."]
Syntax
'Declaration
 
<JsonAttribute("stroke-dasharray")>
Public Property StrokeDasharray As String
[Json("stroke-dasharray")]
public string StrokeDasharray {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members