Documents for PDF, .NET Edition Documentation
DashPattern Property (Pen)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > Pen Class : DashPattern Property
Gets or sets the custom dash pattern of lines drawn with this pen. Setting this to a non-null value resets the DashStyle.
Syntax
'Declaration
 
Public Property DashPattern As System.Single()
public System.float[] DashPattern {get; set;}
See Also

Reference

Pen Class
Pen Members