-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Brush Names
Sometimes you may want to use the toolkit's brushes directly in your XAML. Typically you'll use them as dynamic resources, so they update with the current material palette.
- PrimaryHueLightBrush
- PrimaryHueLightForegroundBrush
- PrimaryHueMidBrush
- PrimaryHueMidForegroundBrush
- PrimaryHueDarkBrush
- PrimaryHueDarkForegroundBrush
NB [Light/Mid/Dark]Brush
define the different hues of the color, and the [Light/Mid/Dark]ForegroundBrush
define a foreground color which will show up clearly on that hue.
- SecondaryHueLightBrush
- SecondaryHueLightForegroundBrush
- SecondaryHueMidBrush
- SecondaryHueMidForegroundBrush
- SecondaryHueDarkBrush
- SecondaryHueDarkForegroundBrush
NB [Light/Mid/Dark]Brush
define the different hues of the color, and the [Light/Mid/Dark]ForegroundBrush
define a foreground color which will show up clearly on that hue.
Prior to version 2.6.0 there was only these accent brushes. Though these still exist in version 3.0.0, they should be considered obsolete and will be removed in a future version.
- SecondaryAccentBrush
- SecondaryAccentForegroundBrush
<TextBlock Foreground="{DynamicResource PrimaryHueMidBrush}" />
- MaterialDesignBackground
- MaterialDesignPaper
- MaterialDesignCardBackground
- MaterialDesignToolBarBackground
- MaterialDesignBody
- MaterialDesignBodyLight
- MaterialDesignColumnHeader
- MaterialDesignCheckBoxOff
- MaterialDesignCheckBoxDisabled
- MaterialDesignTextBoxBorder
- MaterialDesignDivider
- MaterialDesignSelection
- MaterialDesignFlatButtonClick
- MaterialDesignFlatButtonRipple
- MaterialDesignToolTipBackground
- MaterialDesignChipBackground
- MaterialDesignSnackbarBackground
- MaterialDesignSnackbarMouseOver
- MaterialDesignSnackbarRipple
- MaterialDesignTextFieldBoxBackground
- MaterialDesignTextFieldBoxHoverBackground
- MaterialDesignTextFieldBoxDisabledBackground
- MaterialDesignTextAreaBorder
- MaterialDesignTextAreaInactiveBorder
If you see any mistake or want to contribute to this wiki feel free.
Home
Contributing
Compiling From Source
Glossary
Getting Started with MDIX
Getting Started
Tutorial On YouTube (português-BR)
Frequently Asked Questions
Examples Repository
Release Notes
Pack Icon Changes
2.0.0 Breaking Changes
Controls
All Control Styles
Buttons
ComboBox
Dialogs
PopupBox
Snackbar
TextBox
Toggle Button
Transitions
Icons
Theming
Advanced Theming
Brush Names
Custom Palette Hues
Fonts
Overriding Material Design Styles
Swatches and Recommended Colors
Miscellaneous
MahApps Integration
Performance
Strong Naming
.NET 4.0 Compatibility
Projects using Material Design
Understanding Routed Commands