Stroke Property (GeometryDrawing) | Spread Windows Forms 15.0
Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Stroke Property


In This Topic
Stroke Property (GeometryDrawing)
In This Topic
Gets the Pen object to draw the outline of the geometry drawing.
Syntax
'Declaration
 
Public Property Stroke As Pen
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As Pen
 
instance.Stroke = value
 
value = instance.Stroke
See Also