Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / DashStyle Property


In This Topic
    DashStyle Property (Pen)
    In This Topic
    Syntax
    'Declaration
     
    Public Property DashStyle As DashStyle
    'Usage
     
    Dim instance As Pen
    Dim value As DashStyle
     
    instance.DashStyle = value
     
    value = instance.DashStyle
    public DashStyle DashStyle {get; set;}
    See Also