Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / FillBrush Property

In This Topic
    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