In This Topic
Gets or sets the stroke dash style of the vector item.
Syntax
'Declaration
Public Property StrokeDashArray As System.String
public System.string StrokeDashArray {get; set;}
Example
[“”, “-”, “.”, “-.”, “-..”, “. ”, “- ”, “--”, “- .”, “--.”, “--..”]
See Also