FillBrush Property (TextFormat)
In This Topic
Gets or sets the
GrapeCity.Documents.Drawing.Brush to fill the glyphs.
The FillBrush property has a priority over the ForeColor.
Syntax
'Declaration
Public Property FillBrush As Brush
public Brush FillBrush {get; set;}
See Also