Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / StrokeDashArray Property

In This Topic
    StrokeDashArray Property
    In This Topic
    The stroke-dasharray attribute is used to create dashed lines.
    Syntax
    'Declaration
     
    
    Public Property StrokeDashArray As IReadOnlyList(Of C1StyleLength)
    public IReadOnlyList<C1StyleLength> StrokeDashArray {get; set;}
    See Also