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

In This Topic
    ForeColor Property (TextFormat)
    In This Topic
    Gets or sets the text foreground color. The default is black.

    The FillBrush property has a priority over the ForeColor.

    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    See Also