# Metro-UI-Toolkit
**Repository Path**: robinjane/Metro-UI-Toolkit
## Basic Information
- **Project Name**: Metro-UI-Toolkit
- **Description**: WPF control library with a Metro UI look
- **Primary Language**: C#
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-07-22
- **Last Updated**: 2024-06-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Metro UI Toolkit
Metro UI Toolkit is a simple library of WPF controls that have a Modern/Metro UI look to them. I've also tried to expose several additional properties to make them quicker to customize (without having to build template sections) to hopefully decrease development time.
##MetroButton##

_Inherits from Button_
Additional Properties
| ListBackground [Brush] |
The dropdown list background color. |
| ListForeground [Brush] |
The dropdown list foreground color. |
| ButtonHoverBackground [Brush] |
The button background color while in the hover-over state. |
| ButtonHoverForeground [Brush] |
The button foreground color while in the hover-over state. |
| SelectedBackground [Brush] |
The list item background color while in the selected state. |
| SelectedForeground [Brush] |
The list item foreground color while in the selected state. |
| SeperatorColor [Brush] |
The list item separator color. |
##MetroDataGrid##

_Inherits from DataGrid_
##MetroListBox##

_Inherits from ListBox_
Additional Properties
| CalendarIconColor [Brush] |
The calendar icon color. |
| CalendarIconHoverColor [Brush] |
The calendar icon hover color. |
| TodayBackground [Brush] |
Today's date background color. |
| SelectedBackground [Brush] |
The selected date background color. |
| HighlightBackground [Brush] |
The highlighted date background color. |
| CalendarForeground [Brush] |
The calendar dropdown's foreground color. |
| CalendarBackground [Color] |
The calendar dropdown's background color. |
| CalendarHeaderColor [Color] |
The calendar dropdown's header color. |
Additional Properties
| PlaceholderText [string] |
The text to display when the searchbox is empty. |
| ListBackground [Brush] |
The dropdown list background color. |
| ListForeground [Brush] |
The dropdown list foreground color. |
| ButtonHoverBackground [Brush] |
The button background color while in the hover-over state. |
| ButtonHoverForeground [Brush] |
The button foreground color while in the hover-over state. |
| SelectedBackground [Brush] |
The list item background color while in the selected state. |
| SelectedForeground [Brush] |
The list item foreground color while in the selected state. |
| SeperatorColor [Brush] |
The list item separator color. |
##SelectPager##

_Inherits from UserControl_