Toolbar ClearStyle Properties
Toolbar for Silverlight supports ComponentOne's ClearStyle technology, which allows you to easily change control colors without having to change control templates. By setting a few color properties, you can quickly style the C1Toolbar elements. The supported properties for C1Toolbar are listed in the following table:
Property | Description |
Background | Gets or sets the background used to fill the C1Toolbar. |
MouseOverBrush | Gets or sets the brush used to highlight the control when the mouse is hovering over it. |
PressedBrush | Gets or sets the System.Windows.Media.Brush used to highlight the buttons when they are clicked. |
FocusBrush | Gets or sets the brush of the control when the control is focused. |