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


In This Topic
FillMode Property
In This Topic
Gets the fill mode of this GeometryDrawing.
Syntax
'Declaration
 
Public ReadOnly Property FillMode As GeometryFillMode
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As GeometryFillMode
 
value = instance.FillMode

Property Value

The fill mode of this GeometryDrawing.
See Also