Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Fill Property


In This Topic
Fill Property (GeometryDrawing)
In This Topic
Gets the Brush object to fill the surface of the geometry drawing.
Syntax
'Declaration
 
Public Property Fill As Brush
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As Brush
 
instance.Fill = value
 
value = instance.Fill
See Also