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


In This Topic
Style Property (ILineFormat)
In This Topic
Gets or sets the GrapeCity.Drawing.LineStyle value that represents the style of the line.
Syntax
'Declaration
 
Property Style As LineStyle
 
'Usage
 
Dim instance As ILineFormat
Dim value As LineStyle
 
instance.Style = value
 
value = instance.Style

Property Value

The style of the line.
See Also