Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar Class / TextBackgroundColor Property

In This Topic
    TextBackgroundColor Property (ProgressBar)
    In This Topic
    Gets or sets the progress bar text background color.
    Syntax
    'Declaration
     
    Public Property TextBackgroundColor As Color
    public Color TextBackgroundColor {get; set;}
    See Also