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

In This Topic
    BackColor Property (TextFormat)
    In This Topic
    Gets or sets the text background color. The default is transparent.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    See Also