Click or drag to resize

ResourceKeys Class

Resource keys for the styles.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.StylesResourceKeys

Namespace:  TomsToolbox.Wpf.Styles
Assembly:  TomsToolbox.Wpf.Styles (in TomsToolbox.Wpf.Styles.dll)
Syntax
public static class ResourceKeys

The ResourceKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAccentDarkBrush
The dark accent brush
Public fieldStatic memberBorderBrush
The border brush
Public fieldStatic memberButtonStyle
The resource key for the Button style.
Public fieldStatic memberCheckBoxStyle
The resource key for the CheckBox style.
Public fieldStatic memberComboBoxStyle
The resource key for the ComboBox style.
Public fieldStatic memberContextMenuStyle
The resource key for the ContextMenu style.
Public fieldStatic memberDataGridCellStyle
The resource key for the DataGridCell style.
Public fieldStatic memberDataGridCheckBoxEditingElementStyle
The resource key for the CheckBox style of a check box inside a data grid.
Public fieldStatic memberDataGridCheckBoxElementStyle
The resource key for the CheckBox style of a check box inside a data grid.
Public fieldStatic memberDataGridColumnHeaderStyle
The resource key for the DataGridColumnHeader style.
Public fieldStatic memberDataGridComboBoxEditingElementStyle
The resource key for the ComboBox style of a combo box inside a data grid.
Public fieldStatic memberDataGridComboBoxElementStyle
The resource key for the ComboBox style of a combo box inside a data grid.
Public fieldStatic memberDataGridRowHeaderStyle
The resource key for the DataGridRowHeader style.
Public fieldStatic memberDataGridRowStyle
The resource key for the DataGridRow style.
Public fieldStatic memberDataGridStyle
The resource key for the DataGrid style.
Public fieldStatic memberDisabledBrush
The disabled brush
Public fieldStatic memberExpanderStyle
The resource key for the Expander style.
Public fieldStatic memberGridSplitterStyle
The resource key for the GridSplitter style.
Public fieldStatic memberGridViewColumnHeaderStyle
The resource key for the GridViewColumnHeader style.
Public fieldStatic memberGridViewScrollViewerStyle
The resource key for the ScrollViewer style of the grid view.
Public fieldStatic memberGroupBoxStyle
The resource key for the GroupBox style.
Public fieldStatic memberIconControlStyle
The resource key for the icon control style.
Public fieldStatic memberListBoxItemStyle
The resource key for the ListBoxItem style.
Public fieldStatic memberListBoxStyle
The resource key for the ListBox style.
Public fieldStatic memberListViewItemStyle
The resource key for the ListViewItem style.
Public fieldStatic memberListViewStyle
The resource key for the ListView style.
Public fieldStatic memberMenuItemSeparatorStyle
The resource key for the Separator style.
Public fieldStatic memberMenuItemStyle
The resource key for the MenuItem style.
Public fieldStatic memberMenuStyle
The resource key for the Menu style.
Public fieldStatic memberPasswordBoxStyle
The resource key for the PasswordBox style.
Public fieldStatic memberRadioButtonStyle
The resource key for the RadioButton style.
Public fieldStatic memberScrollBarStyle
The resource key for the ScrollBar style.
Public fieldStatic memberScrollViewerStyle
The resource key for the ScrollViewer style.
Public fieldStatic memberTabControlStyle
The resource key for the TabControl style.
Public fieldStatic memberTabItemStyle
The resource key for the TabItem style.
Public fieldStatic memberTextBoxStyle
The resource key for the TextBox style.
Public fieldStatic memberToggleButtonStyle
The resource key for the ToggleButton style.
Public fieldStatic memberToolBarButtonStyle
The resource key for the Button style inside a tool bar.
Public fieldStatic memberToolBarCheckBoxStyle
The resource key for the ToggleButton style inside a tool bar.
Public fieldStatic memberToolBarComboBoxStyle
The resource key for the ComboBox style inside a tool bar.
Public fieldStatic memberToolBarSeparatorStyle
The resource key for the Separator style inside a tool bar.
Public fieldStatic memberToolBarStyle
The resource key for the ToolBar style.
Public fieldStatic memberToolBarTextBoxStyle
The resource key for the TextBox style inside a tool bar.
Public fieldStatic memberToolBarToggleButtonStyle
The resource key for the ToggleButton style inside a tool bar.
Public fieldStatic memberToolTipStyle
The resource key for the ToolTip style.
Public fieldStatic memberWindowStyle
The resource key for the Window style.
Top
See Also