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

In This Topic
    DashStyle Property
    In This Topic
    Gets or sets the style of dashed lines drawn with this pen. Setting this to anything other than custom resets the DashPattern.
    Syntax
    'Declaration
     
    Public Property DashStyle As DashStyle
    public DashStyle DashStyle {get; set;}
    See Also