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


In This Topic
Style Property (Pen)
In This Topic
Gets a LineStyle value that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces.
Syntax
'Declaration
 
Public Property Style As LineStyle
 
'Usage
 
Dim instance As Pen
Dim value As LineStyle
 
instance.Style = value
 
value = instance.Style

Property Value

A LineStyle value that specifies a compound pen.
See Also