
The WPF.ButtonBarColors class gets, sets or resets the display colors of a WPF.ButtonBar 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 button bar's BorderStyle and ButtonStyle properties have been set to ColorScheme.
Introduced: 16.0.
[C#]
public class ButtonBarColors
[Visual Basic]
Public Class ButtonBarColors
| Constructor | Description | |
| WPF.ButtonBarColors | Initializes a new instance of the WPF.ButtonBarColors class. |
| Property | Description | |
| BackColor | Gets or sets the background color at the left edge of the button bar. | |
| ButtonBackColorBottom | Gets or sets the background color at the bottom of a button. | |
| ButtonBackColorMiddle | Gets or sets the background color in the middle of a button. | |
| ButtonBackColorTop | Gets or sets the background color at the top of a button. | |
| ButtonFrameColor | Gets or sets the frame color of a selected or pressed button. | |
| ButtonHotTrackBottom | Gets or sets the background color at the bottom of a button, if the mouse cursor is over the button. | |
| ButtonHotTrackTop | Gets or sets the background color at the top of a button, if the mouse cursor is over the button. | |
| ButtonPressedBottom | Gets or sets the background color at the bottom of a button used when the button is pressed down. | |
| ButtonPressedTop | Gets or sets the background color at the top of a button used when the button is pressed down. | |
| ButtonSelectedBottom | Gets or sets the background color at the bottom of a button used when the button is selected. | |
| ButtonSelectedTop | Gets or sets the background color at the top of a button used when the button is selected. | |
| ComboBoxBackColor | Gets or sets the background color of the combo boxes. | |
| ForeColor | Gets or sets the color used for text and the button images. | |
| GradientBackColor | Gets or sets the background color at the right edge of the button bar. | |
| SeparatorColorDark | Gets or sets the color of the dark part of a separator. | |
| SeparatorColorLight | Gets or sets the color of the light part of a separator. |