
The WPF.StatusBarColors class gets, sets or resets the display colors of a WPF.StatusBar control. By default the display colors depend on sytem colors. With this class all colors can be individually designed. The colors are only used when the status bar's BorderStyle property has been set to ColorScheme.
Introduced: 16.0.
[C#]
public class StatusBarColors
[Visual Basic]
Public Class StatusBarColors
| Constructor | Description | |
| WPF.StatusBarColors | Initializes a new instance of the WPF.StatusBarColors class. |
| Property | Description | |
| BackColor | Gets or sets the background color at the left edge of the status bar. | |
| ForeColor | Gets or sets the color used for text and numbers. | |
| FrameColor | Gets or sets the color of the status bar's frames. | |
| GradientBackColor | Gets or sets the background color at the right edge of the status bar. |