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


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