Eyeshot 11 WPF API Reference
WPF 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 Brush
    public Brush TextBackgroundColor {get; set;}
    See Also