Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / DashPattern Property

In This Topic
    DashPattern Property (Pen)
    In This Topic
    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