ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / StrokeDasharray Property

In This Topic
    StrokeDasharray Property
    In This Topic
    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