The following properties let you customize the colors used in the control itself.
|
Property |
Description |
|
Background |
Gets or sets a brush that describes the background of a control. This is a dependency property. |
|
Foreground |
Gets or sets a brush that describes the foreground color. This is a dependency property. |
|
MouseOverBrush |
Gets or sets the System.Windows.Media.Brush used to highlight the map buttons when the mouse is hovered over them. |
|
PressedBruch |
Gets or sets the System.Windows.Media.Brush used to highlight the buttons when they are clicked on. |