Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / FillToRect Property


In This Topic
FillToRect Property
In This Topic
Returns a rectangle that guides gradient brush through drawing.
Syntax
'Declaration
 
Public ReadOnly Property FillToRect As Rectangle
 
'Usage
 
Dim instance As GradientBrush
Dim value As Rectangle
 
value = instance.FillToRect
See Also