LineDashPattern Property (FreeTextAnnotation)
In This Topic
Gets or sets the line dash pattern. Null means a solid line.
Syntax
'Declaration
Public Property LineDashPattern As System.Single()
public System.float[] LineDashPattern {get; set;}
See Also