Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / DashStyle Property


In This Topic
DashStyle Property (Pen)
In This Topic
Gets the style used for dashed lines drawn with this Pen.
Syntax
'Declaration
 
Public Property DashStyle As DashStyle
 
'Usage
 
Dim instance As Pen
Dim value As DashStyle
 
instance.DashStyle = value
 
value = instance.DashStyle

Property Value

A DashStyle that represents the style used for dashed lines drawn with this Pen.
See Also