Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / DashStyle Property


In This Topic
DashStyle Property (ILineFormat)
In This Topic
Gets or sets the dash style for the specified line.
Syntax
'Declaration
 
Property DashStyle As DashStyle
 
'Usage
 
Dim instance As ILineFormat
Dim value As DashStyle
 
instance.DashStyle = value
 
value = instance.DashStyle

Property Value

The dash style for the specified line.
See Also