Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGraphicsElement Class / StrokeDashArray Property

In This Topic
    StrokeDashArray Property
    In This Topic
    Gets or sets a dashing pattern to use.
    Syntax
    'Declaration
     
    Public Property StrokeDashArray As System.Collections.Generic.List(Of SvgLength)
    public System.Collections.Generic.List<SvgLength> StrokeDashArray {get; set;}
    See Also