Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / Stroke Property


In This Topic
Stroke Property (TextFormat)
In This Topic
Syntax
'Declaration
 
Public Property Stroke As Pen
 
'Usage
 
Dim instance As TextFormat
Dim value As Pen
 
instance.Stroke = value
 
value = instance.Stroke
See Also