InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / BackColor Property

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