#Home Tab
![ribbon-home-tab](/WpfThemeDesigner/images/ribbon-home-tab.png)
Ribbon Icon |
Command |
Keyboard Shortcut |
Description |
![Build Ribbon Button](/WpfThemeDesigner/images/btn_build.png) |
Build |
F6 |
Performs an incremental build. |
![Rebuild Ribbon Button](/WpfThemeDesigner/images/btn_rebuild.png) |
Rebuild |
- |
Cleans and then builds the solution from scratch, ignoring anything is done before. |
![Clean Ribbon Button](/WpfThemeDesigner/images/btn_clean_build.png) |
Clean |
- |
Removes the build artifacts from the previous build. |
![Publish Ribbon Button](/WpfThemeDesigner/images/btn_publish.png) |
Publish |
Ctrl+F6 |
Builds a theme assembly. |
![Inspect Element Ribbon Button](/WpfThemeDesigner/images/btn_inspect_element.png) |
Inspect Element |
Ctrl+D |
Expands the Visual Tree nodes, displays the element’s XAML code, and highlights the selected element. |
![Filter Colors Ribbon Button](/WpfThemeDesigner/images/btn_filter_colors.png) |
Filter Colors |
Ctrl+E |
Allows you to find colors of the selected element in a Preview. |
![Highlight Colors Ribbon Button](/WpfThemeDesigner/images/btn_highlight_colors.png) |
Highlight Colors |
Ctrl+H |
Allows you to find elements with a particular color. This tool works in the Palette Window and the Individual Colors Window. |
![Touch Mode Ribbon Button](/WpfThemeDesigner/images/btn_touch.png) |
Touch Mode |
- |
Reloads and displays the Preview Window content in the touch mode. |
![Color Picker Ribbon Button](/WpfThemeDesigner/images/btn_color_picker.png) |
Color Picker |
Ctrl+P |
Allows you to pick a color from any on-screen application. |
![Zoom In Ribbon Button](/WpfThemeDesigner/images/btn_zoom_in.png) |
Zoom In |
Ctrl+OemPlus |
Zooms in a preview. |
![Zoom Out Ribbon Button](/WpfThemeDesigner/images/btn_zoom_out.png) |
Zoom Out |
Ctrl+OemMinus |
Zooms out a preview. |
![Zoom Ribbon Button](/WpfThemeDesigner/images/btn_zoom.png) |
Zoom |
- |
Changes a preview’s zoom level. |
![Reload Preview Ribbon Button](/WpfThemeDesigner/images/btn_reload_preview.png) |
Reload Preview |
Ctrl+R |
Reloads a preview. |
![Ignore System DPI Ribbon Button](/WpfThemeDesigner/images/btn_ignore_system_dpi.png) |
Ignore System DPI |
|
Ignores the system’s scaling value and reloads the preview with 100% scale. This button is displayed only if the system’s scaling value is not equals 100%. |
![Run Complex Preview Ribbon Button](/WpfThemeDesigner/images/btn_complex_preview.png) |
Run Complex Preview |
- |
Runs a new window with your theme applied to DevExpress WPF Controls, grouped in a sample application layout. |
![Views Ribbon Button](/WpfThemeDesigner/images/btn_views.png) |
Views |
- |
Hides/displays the Theme Designer windows. |
![Reset Layout Ribbon Button](/WpfThemeDesigner/images/btn_reset_layout.png) |
Reset Layout |
- |
Restores the default Theme Designer application’s layout. |
#Palette Tab
![Palette Ribbon Tab](/WpfThemeDesigner/images/ribbon-palette-tab.png)
Ribbon Icon |
Command |
Description |
![btnAdd.png](/WpfThemeDesigner/images/btn_add.png) |
Add |
Adds a new color item to the palette. |
![btnRemove.png](/WpfThemeDesigner/images/btn_remove.png) |
Remove |
Removes a palette item. |
![btnRename.png](/WpfThemeDesigner/images/btn_rename.png) |
Rename |
Renames a palette item. |
![btnRename.png](/WpfThemeDesigner/images/btn_export_palette.png) |
Export |
Exports the current palette as a class to a .cs file. Refer to the WPF Palettes topic for more information. |
![btnRename.png](/WpfThemeDesigner/images/btn_palettes.png) |
Import |
Applies a ready-to-use palette to the current theme. |
#Quick Access Toolbars (QAT)
You can use Save, Save All, Undo, and Redo commands in the Ribbon’s Quick Access Toolbar:
![Ribbon Quck Access Toolbar](/WpfThemeDesigner/images/ribbon-qat.png)