壹[1],HandyControl开发记录

1,GitBub地址下载源码并运行Demo

GitHub - HandyOrg/HandyControl: Contains some simple and commonly used WPF controls

注:

下载后运行源码时,可依据自身的安装环境,对项目进行调整,源码是支持多个平台的

2,关于界面的样式的引用

    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

注:

SkinDefault.xaml为皮肤主题样式,可依据此文件进行自定义主题修改。

Theme.xaml为控件的样式

3,关于主题样式颜色说明

3.1,资源文件内容

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:system="clr-namespace:System;assembly=mscorlib">

    <Color x:Key="LightPrimaryColor">#f3fbff</Color>
    <Color x:Key="PrimaryColor">#326cf3</Color>
    <Color x:Key="DarkPrimaryColor">#326cf3</Color>

............

3.2,资源关联说明

颜色键值关联控件样式属性信息
LightPrimaryColor(BorderTipPrimary)System.Windows.Controls.Border.Background 
PrimaryColor(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
(ToggleButtonPrimary)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonPrimary)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(PasswordBoxBaseStyle)System.Windows.Controls.PasswordBox.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(ComboBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.Template 
(SearchBarBaseStyle)HandyControl.Controls.SearchBar.Template 
(SideMenuItemAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(HighlightTextBlockBaseStyle)HandyControl.Controls.HighlightTextBlock.HighlightBrush 
(BadgePrimary)HandyControl.Controls.Badge.Background 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.HighlightBrush 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(TextBlockDefaultPrimary)System.Windows.Controls.TextBlock.Foreground 
(RadioButtonSameAsButtonPrimary)System.Windows.Controls.RadioButton.Background 
(RadioButtonSameAsButtonPrimary)System.Windows.Controls.RadioButton.BorderBrush 
(RepeatButtonPrimary)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonPrimary)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(RateBaseStyle)HandyControl.Controls.Rate.Foreground 
(RateBaseStyle)HandyControl.Controls.Rate.Template 
(AutoCompleteTextBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(DatePickerBaseStyle)System.Windows.Controls.DatePicker.Template 
(ButtonPrimary)System.Windows.Controls.Button.Background 
(ButtonPrimary)System.Windows.Controls.Button.BorderBrush 
(ButtonGroupBaseStyle)HandyControl.Controls.ButtonGroup.HighlightBorderBrush 
(ButtonGroupBaseStyle)HandyControl.Controls.ButtonGroup.HighlightForeground 
(CalendarDayButtonStyle)System.Windows.Controls.Primitives.CalendarDayButton.Template 
(LabelPrimary)System.Windows.Controls.Label.Background 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(ToggleButtonLoadingPrimary)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonLoadingPrimary)System.Windows.Controls.Primitives.ToggleButton.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(TabItemStyle)System.Windows.Controls.TabItem.Template 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.Template 
(SliderBaseStyle)System.Windows.Controls.Slider.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(CarouselPateButton)System.Windows.Controls.RadioButton.BorderBrush 
(CarouselPateButton)System.Windows.Controls.RadioButton.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(LoadingBaseStyle)HandyControl.Controls.LoadingBase.Foreground 
(TabControlCapsule)System.Windows.Controls.TabControl.BorderBrush 
(TabControlCapsule)System.Windows.Controls.TabControl.Foreground 
(TabControlCapsule)System.Windows.Controls.TabControl.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(ToolBarThumbHorizontalStyle)System.Windows.Controls.Primitives.Thumb.Template 
(DataGridColumnHeaderStyle)System.Windows.Controls.Primitives.DataGridColumnHeader.Template 
(ElementGroupBaseStyle)HandyControl.Controls.ElementGroup.HighlightBorderBrush 
(ElementGroupBaseStyle)HandyControl.Controls.ElementGroup.HighlightForeground 
(ToggleButtonIconPrimary)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonIconPrimary)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(RepeatButtonDashedPrimary)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonDashedPrimary)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(ProgressButtonPrimary)HandyControl.Controls.ProgressButton.Background 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.HighlightBrush 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(ShieldBaseStyle)HandyControl.Controls.Shield.Color 
(ShieldBaseStyle)HandyControl.Controls.Shield.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(ButtonDashedPrimary)System.Windows.Controls.Button.Foreground 
(ButtonDashedPrimary)System.Windows.Controls.Button.BorderBrush 
(SideMenuItemBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Foreground 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
(SplitButtonPrimary)HandyControl.Controls.SplitButton.Background 
(BorderTipPrimary)System.Windows.Controls.Border.BorderBrush 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(CalendarButtonStyle)System.Windows.Controls.Primitives.CalendarButton.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
(ToolBarThumbVerticalStyle)System.Windows.Controls.Primitives.Thumb.Template 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Template 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Template 
DarkPrimaryColor(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.Template 
(SliderBaseStyle)System.Windows.Controls.Slider.Foreground 
(SliderBaseStyle)System.Windows.Controls.Slider.Template 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Foreground 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Template 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Background 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Template 
LightDangerColor(BorderTipDanger)System.Windows.Controls.Border.Background 
DangerColor(ProgressButtonDanger)HandyControl.Controls.ProgressButton.Background 
(TextBlockDefaultDanger)System.Windows.Controls.TextBlock.Foreground 
(RepeatButtonDanger)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonDanger)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(SplitButtonDanger)HandyControl.Controls.SplitButton.Background 
(ClockRadioButtonStyle)HandyControl.Controls.ClockRadioButton.Background 
(ClockRadioButtonStyle)HandyControl.Controls.ClockRadioButton.Template 
(ToggleButtonDanger)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonDanger)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(CalendarDayButtonStyle)System.Windows.Controls.Primitives.CalendarDayButton.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(ProgressBarDangerCircle)HandyControl.Controls.CircleProgressBar.Foreground 
(ProgressBarDanger)System.Windows.Controls.ProgressBar.Foreground 
(ToggleButtonIconDanger)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonIconDanger)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(ToggleButtonLoadingDanger)System.Windows.Controls.Primitives.ToggleButton.Background 
(LabelDanger)System.Windows.Controls.Label.Background 
(BorderTipDanger)System.Windows.Controls.Border.BorderBrush 
(ButtonDashedDanger)System.Windows.Controls.Button.Foreground 
(ButtonDashedDanger)System.Windows.Controls.Button.BorderBrush 
(BadgeDanger)HandyControl.Controls.Badge.Background 
(RadioButtonSameAsButtonDanger)System.Windows.Controls.RadioButton.Background 
(RadioButtonSameAsButtonDanger)System.Windows.Controls.RadioButton.BorderBrush 
(ButtonDanger)System.Windows.Controls.Button.Background 
(ButtonDanger)System.Windows.Controls.Button.BorderBrush 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(CalendarButtonStyle)System.Windows.Controls.Primitives.CalendarButton.Template 
(RepeatButtonDashedDanger)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonDashedDanger)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
DarkDangerColor(ProgressBarDangerWave)HandyControl.Controls.WaveProgressBar.WaveFill 
LightWarningColor(BorderTipWarning)System.Windows.Controls.Border.Background 
WarningColor(ProgressButtonWarning)HandyControl.Controls.ProgressButton.Background 
(ToggleButtonIconWarning)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonIconWarning)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(ToggleButtonWarning)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonWarning)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(BadgeWarning)HandyControl.Controls.Badge.Background 
(LabelWarning)System.Windows.Controls.Label.Background 
(BorderTipWarning)System.Windows.Controls.Border.BorderBrush 
(TextBlockDefaultWarning)System.Windows.Controls.TextBlock.Foreground 
(ButtonDashedWarning)System.Windows.Controls.Button.Foreground 
(ButtonDashedWarning)System.Windows.Controls.Button.BorderBrush 
(ProgressBarWarningCircle)HandyControl.Controls.CircleProgressBar.Foreground 
(SplitButtonWarning)HandyControl.Controls.SplitButton.Background 
(ButtonWarning)System.Windows.Controls.Button.Background 
(ButtonWarning)System.Windows.Controls.Button.BorderBrush 
(ProgressBarWarning)System.Windows.Controls.ProgressBar.Foreground 
(ToggleButtonLoadingWarning)System.Windows.Controls.Primitives.ToggleButton.Background 
(RepeatButtonWarning)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonWarning)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(RadioButtonSameAsButtonWarning)System.Windows.Controls.RadioButton.Background 
(RadioButtonSameAsButtonWarning)System.Windows.Controls.RadioButton.BorderBrush 
(RepeatButtonDashedWarning)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonDashedWarning)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
DarkWarningColor(ProgressBarWarningWave)HandyControl.Controls.WaveProgressBar.WaveFill 
LightInfoColor(BorderTipInfo)System.Windows.Controls.Border.Background 
InfoColor(ProgressBarInfo)System.Windows.Controls.ProgressBar.Foreground 
(ButtonInfo)System.Windows.Controls.Button.Background 
(ButtonInfo)System.Windows.Controls.Button.BorderBrush 
(ToggleButtonInfo)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonInfo)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(RepeatButtonDashedInfo)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonDashedInfo)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(BorderTipInfo)System.Windows.Controls.Border.BorderBrush 
(RepeatButtonInfo)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonInfo)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(ToggleButtonIconInfo)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonIconInfo)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(BadgeInfo)HandyControl.Controls.Badge.Background 
(SplitButtonInfo)HandyControl.Controls.SplitButton.Background 
(RadioButtonSameAsButtonInfo)System.Windows.Controls.RadioButton.Background 
(RadioButtonSameAsButtonInfo)System.Windows.Controls.RadioButton.BorderBrush 
(ProgressButtonInfo)HandyControl.Controls.ProgressButton.Background 
(TextBlockDefaultInfo)System.Windows.Controls.TextBlock.Foreground 
(ButtonDashedInfo)System.Windows.Controls.Button.Foreground 
(ButtonDashedInfo)System.Windows.Controls.Button.BorderBrush 
(LabelInfo)System.Windows.Controls.Label.Background 
(ProgressBarInfoCircle)HandyControl.Controls.CircleProgressBar.Foreground 
(ToggleButtonLoadingInfo)System.Windows.Controls.Primitives.ToggleButton.Background 
DarkInfoColor(ProgressBarInfoWave)HandyControl.Controls.WaveProgressBar.WaveFill 
LightSuccessColor(BorderTipSuccess)System.Windows.Controls.Border.Background 
SuccessColor(ProgressBarSuccessCircle)HandyControl.Controls.CircleProgressBar.Foreground 
(RadioButtonSameAsButtonSuccess)System.Windows.Controls.RadioButton.Background 
(RadioButtonSameAsButtonSuccess)System.Windows.Controls.RadioButton.BorderBrush 
(BorderTipSuccess)System.Windows.Controls.Border.BorderBrush 
(SplitButtonSuccess)HandyControl.Controls.SplitButton.Background 
(ButtonSuccess)System.Windows.Controls.Button.Background 
(ButtonSuccess)System.Windows.Controls.Button.BorderBrush 
(RepeatButtonSuccess)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonSuccess)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(ToggleButtonIconSuccess)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonIconSuccess)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(RepeatButtonDashedSuccess)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonDashedSuccess)System.Windows.Controls.Primitives.RepeatButton.BorderBrush 
(ButtonDashedSuccess)System.Windows.Controls.Button.Foreground 
(ButtonDashedSuccess)System.Windows.Controls.Button.BorderBrush 
(BadgeSuccess)HandyControl.Controls.Badge.Background 
(ToggleButtonLoadingSuccess)System.Windows.Controls.Primitives.ToggleButton.Background 
(ProgressBarSuccess)System.Windows.Controls.ProgressBar.Foreground 
(ProgressButtonSuccess)HandyControl.Controls.ProgressButton.Background 
(LabelSuccess)System.Windows.Controls.Label.Background 
(TextBlockDefaultSuccess)System.Windows.Controls.TextBlock.Foreground 
(ToggleButtonSuccess)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonSuccess)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
DarkSuccessColor(ProgressBarSuccessWave)HandyControl.Controls.WaveProgressBar.WaveFill 
PrimaryTextColor(ExpanderBaseStyle)System.Windows.Controls.Expander.Foreground 
(ExpanderBaseStyle)System.Windows.Controls.Expander.Template 
(ListViewBaseStyle)System.Windows.Controls.ListView.Foreground 
(ListViewBaseStyle)System.Windows.Controls.ListView.Template 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.CaretBrush 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.Template 
(RepeatButtonDashed)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Foreground 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(DatePickerPlusBaseStyle)HandyControl.Controls.DatePicker.CaretBrush 
(DatePickerPlusBaseStyle)HandyControl.Controls.DatePicker.Template 
(StatusBarItemBaseStyle)System.Windows.Controls.Primitives.StatusBarItem.Foreground 
(ButtonDashed)System.Windows.Controls.Button.Foreground 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.CaretBrush 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(WatermarkTextBoxBaseStyle)HandyControl.Controls.WatermarkTextBox.Foreground 
(WatermarkTextBoxBaseStyle)HandyControl.Controls.WatermarkTextBox.Template 
(ButtonIcon)System.Windows.Controls.Button.Foreground 
(ButtonIcon)System.Windows.Controls.Button.Template 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Foreground 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.CaretBrush 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(ClockRadioButtonStyle)HandyControl.Controls.ClockRadioButton.Foreground 
(ClockRadioButtonStyle)HandyControl.Controls.ClockRadioButton.Template 
(RadioButtonSameAsButtonDefault)System.Windows.Controls.RadioButton.Foreground 
(ToggleButtonIconTransparent)System.Windows.Controls.Primitives.ToggleButton.Foreground 
(ToggleButtonIconTransparent)System.Windows.Controls.Primitives.ToggleButton.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Foreground 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(ScrollBarBaseThumbVertical)System.Windows.Controls.Primitives.Thumb.Template 
(ToolTipBaseStyle)System.Windows.Controls.ToolTip.Foreground 
(ToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(ToggleButtonIcon)System.Windows.Controls.Primitives.ToggleButton.Foreground 
(DatePickerTextBoxStyle)System.Windows.Controls.Primitives.DatePickerTextBox.CaretBrush 
(DatePickerTextBoxStyle)System.Windows.Controls.Primitives.DatePickerTextBox.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(ToggleButtonLoading)System.Windows.Controls.Primitives.ToggleButton.Foreground 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Foreground 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.CaretBrush 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(LabelDefault)System.Windows.Controls.Label.Foreground 
(TabItemStyle)System.Windows.Controls.TabItem.Foreground 
(TabItemStyle)System.Windows.Controls.TabItem.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Foreground 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Foreground 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ScrollBarBaseThumbHorizontal)System.Windows.Controls.Primitives.Thumb.Template 
(SplitButtonDefault)HandyControl.Controls.SplitButton.Foreground 
(DividerBaseStyle)HandyControl.Controls.Divider.Foreground 
(DividerBaseStyle)HandyControl.Controls.Divider.Template 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Foreground 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Template 
(ButtonDefault)System.Windows.Controls.Button.Foreground 
(ScrollViewerUpDownRepeatButtonStyle)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonIconCircular)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonIconCircular)System.Windows.Controls.Primitives.RepeatButton.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Foreground 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.CaretBrush 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Foreground 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.CaretBrush 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(TextBlockBaseStyle)System.Windows.Controls.TextBlock.Foreground 
(TabItemSliding)System.Windows.Controls.TabItem.Foreground 
(TabItemSliding)System.Windows.Controls.TabItem.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Foreground 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(MenuBaseStyle)System.Windows.Controls.Menu.Foreground 
(MenuBaseStyle)System.Windows.Controls.Menu.Template 
(DataGridColumnHeaderStyle)System.Windows.Controls.Primitives.DataGridColumnHeader.Foreground 
(DataGridColumnHeaderStyle)System.Windows.Controls.Primitives.DataGridColumnHeader.Template 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Foreground 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(ButtonIconCircular)System.Windows.Controls.Button.Foreground 
(ButtonIconCircular)System.Windows.Controls.Button.Template 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Foreground 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Template 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Foreground 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(RepeatButtonIcon)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(RepeatButtonIcon)System.Windows.Controls.Primitives.RepeatButton.Template 
(WindowWin10)HandyControl.Controls.Window.Foreground 
(WindowWin10)HandyControl.Controls.Window.NonClientAreaForeground 
(WindowWin10)HandyControl.Controls.Window.CloseButtonForeground 
(WindowWin10)HandyControl.Controls.Window.OtherButtonForeground 
(WindowWin10)HandyControl.Controls.Window.OtherButtonHoverForeground 
(WindowWin10)HandyControl.Controls.Window.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Foreground 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(RepeatButtonDefault)System.Windows.Controls.Primitives.RepeatButton.Foreground 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Foreground 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Foreground 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Foreground 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.CaretBrush 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.CaretBrush 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
(GotoTopBaseStyle)HandyControl.Controls.GotoTop.Foreground 
(BaseStyle)System.Windows.Controls.Control.Foreground 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(InputElementBaseStyle)System.Windows.Controls.Control.Foreground 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Foreground 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(ScrollBarBaseStyle)System.Windows.Controls.Primitives.ScrollBar.Foreground 
(ScrollBarBaseStyle)System.Windows.Controls.Primitives.ScrollBar.Template 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Template 
(ToggleButtonDefault)System.Windows.Controls.Primitives.ToggleButton.Foreground 
SecondaryTextColor(ScrollBarBaseThumbVertical)System.Windows.Controls.Primitives.Thumb.Template 
(ScrollBarBaseThumbHorizontal)System.Windows.Controls.Primitives.Thumb.Template 
(TextBlockDefaultSecLight)System.Windows.Controls.TextBlock.Foreground 
ThirdlyTextColor(WatermarkTextBoxBaseStyle)HandyControl.Controls.WatermarkTextBox.Template 
(BorderHorizontallySplitter)System.Windows.Controls.Border.Background 
(DatePickerTextBoxStyle)System.Windows.Controls.Primitives.DatePickerTextBox.Template 
(BorderVerticallySplitter)System.Windows.Controls.Border.Background 
(StepBarItemBaseStyle)HandyControl.Controls.StepBarItem.Foreground 
(TextBlockDefaultThiLight)System.Windows.Controls.TextBlock.Foreground 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
ReverseTextColor
TextIconColor(ButtonGroupSolid)HandyControl.Controls.ButtonGroup.HighlightForeground 
(LoadingCircleLargeLight)HandyControl.Controls.LoadingCircle.Foreground 
(HighlightTextBlockBaseStyle)HandyControl.Controls.HighlightTextBlock.HighlightTextBrush 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Foreground 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(ClockRadioButtonStyle)HandyControl.Controls.ClockRadioButton.Template 
(LoadingLineLargeLight)HandyControl.Controls.LoadingLine.Foreground 
(TagBaseStyle)HandyControl.Controls.Tag.Foreground 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Foreground 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(LabelBaseStyle)System.Windows.Controls.Label.Foreground 
(LabelBaseStyle)System.Windows.Controls.Label.Template 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ButtonBaseBaseStyle)System.Windows.Controls.Primitives.ButtonBase.Foreground 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(LoadingCircleLight)HandyControl.Controls.LoadingCircle.Foreground 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Template 
(TabControlCapsuleSolid)System.Windows.Controls.TabControl.Foreground 
(LoadingLineLight)HandyControl.Controls.LoadingLine.Foreground 
(ShieldBaseStyle)HandyControl.Controls.Shield.Foreground 
(ShieldBaseStyle)HandyControl.Controls.Shield.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(BadgeBaseStyle)HandyControl.Controls.Badge.Foreground 
(BadgeBaseStyle)HandyControl.Controls.Badge.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(ElementGroupSolid)HandyControl.Controls.ElementGroup.HighlightForeground 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Foreground 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Foreground 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Template 
BorderColor(ExpanderBaseStyle)System.Windows.Controls.Expander.BorderBrush 
(ExpanderBaseStyle)System.Windows.Controls.Expander.Template 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.BorderBrush 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(TabControlPlusBaseStyle)HandyControl.Controls.TabControl.BorderBrush 
(TabControlPlusBaseStyle)HandyControl.Controls.TabControl.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.BorderBrush 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
(PasswordBoxBaseStyle)System.Windows.Controls.PasswordBox.Template 
(ListViewBaseStyle)System.Windows.Controls.ListView.BorderBrush 
(ListViewBaseStyle)System.Windows.Controls.ListView.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.BorderBrush 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(ComboBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(CarouselItemBaseStyle)HandyControl.Controls.CarouselItem.Template 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.BorderBrush 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(BorderRegion)System.Windows.Controls.Border.BorderBrush 
(ProgressBarCircleBaseStyle)HandyControl.Controls.CircleProgressBar.BorderBrush 
(ProgressBarCircleBaseStyle)HandyControl.Controls.CircleProgressBar.Template 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.Template 
(SearchBarBaseStyle)HandyControl.Controls.SearchBar.Template 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.BorderBrush 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(SideMenuItemAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(TreeViewBaseStyle)System.Windows.Controls.TreeView.BorderBrush 
(TreeViewBaseStyle)System.Windows.Controls.TreeView.Template 
(ProgressButtonBaseStyle)HandyControl.Controls.ProgressButton.Template 
(ButtonIcon)System.Windows.Controls.Button.Template 
(ToggleButtonCustom)System.Windows.Controls.Primitives.ToggleButton.Template 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.BorderBrush 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(CoverViewBaseStyle)HandyControl.Controls.CoverView.Template 
(PoptipBaseStyle)HandyControl.Controls.Poptip.BorderBrush 
(PoptipBaseStyle)HandyControl.Controls.Poptip.Template 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.BorderBrush 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.BorderBrush 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(GravatarCircle)HandyControl.Controls.Gravatar.Template 
(ContextMenuBaseStyle)System.Windows.Controls.ContextMenu.Template 
(ToggleButtonIconTransparent)System.Windows.Controls.Primitives.ToggleButton.Template 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.BorderBrush 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(SideMenuItemHeaderBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(Window4ScreenshotStyle)HandyControl.Controls.ScreenshotWindow.Template 
(TagContainerBaseStyle)HandyControl.Controls.TagContainer.BorderBrush 
(TagContainerBaseStyle)HandyControl.Controls.TagContainer.Template 
(TransferBaseStyle)HandyControl.Controls.Transfer.BorderBrush 
(TransferBaseStyle)HandyControl.Controls.Transfer.Template 
(ToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(GravatarBaseStyle)HandyControl.Controls.Gravatar.Template 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.BorderBrush 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Template 
(StepBarItemHorizontalTop)HandyControl.Controls.StepBarItem.Template 
(ToggleButtonFlip)System.Windows.Controls.Primitives.ToggleButton.Template 
(TagBaseStyle)HandyControl.Controls.Tag.BorderBrush 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(AutoCompleteTextBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(FocusVisualRadius0Margin0)System.Windows.IFrameworkInputElement.Template 
(DatePickerBaseStyle)System.Windows.Controls.DatePicker.Template 
(ButtonCustom)System.Windows.Controls.Button.Template 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(ToggleButtonLoadingPrimary)System.Windows.Controls.Primitives.ToggleButton.Template 
(PropertyGroupItemBaseStyle)System.Windows.Controls.GroupItem.Template 
(TabControlInLine)System.Windows.Controls.TabControl.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.BorderBrush 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.BorderBrush 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Template 
(TabControlBaseStyle)System.Windows.Controls.TabControl.BorderBrush 
(TabControlBaseStyle)System.Windows.Controls.TabControl.Template 
(TabItemStyle)System.Windows.Controls.TabItem.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(RadioButtonSameAsButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(LabelBaseStyle)System.Windows.Controls.Label.BorderBrush 
(LabelBaseStyle)System.Windows.Controls.Label.Template 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.BorderBrush 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.Template 
(TransferItemBaseStyle.CheckBox)HandyControl.Controls.TransferItem.Template 
(SliderBaseStyle)System.Windows.Controls.Slider.BorderBrush 
(SliderBaseStyle)System.Windows.Controls.Slider.Template 
(ToggleBlockBaseStyle)HandyControl.Controls.ToggleBlock.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.BorderBrush 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ButtonBaseBaseStyle)System.Windows.Controls.Primitives.ButtonBase.BorderBrush 
(SeparatorBaseStyle)System.Windows.Controls.Separator.Background 
(SideMenuAccordion)HandyControl.Controls.SideMenu.Template 
(ButtonDashedBaseStyle)System.Windows.Controls.Button.Template 
(StepBarItemVertical)HandyControl.Controls.StepBarItem.Template 
(DividerBaseStyle)HandyControl.Controls.Divider.LineStroke 
(DividerBaseStyle)HandyControl.Controls.Divider.Template 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.BorderBrush 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.BorderBrush 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(CompareSliderBaseStyle)HandyControl.Controls.CompareSlider.BorderBrush 
(CompareSliderBaseStyle)HandyControl.Controls.CompareSlider.Template 
(RepeatButtonIconCircular)System.Windows.Controls.Primitives.RepeatButton.Template 
(CarouselPateButton)System.Windows.Controls.RadioButton.Template 
(ProgressBarWaveBaseStyle)HandyControl.Controls.WaveProgressBar.BorderBrush 
(ProgressBarWaveBaseStyle)HandyControl.Controls.WaveProgressBar.Template 
(RunningBlockBaseStyle)HandyControl.Controls.RunningBlock.BorderBrush 
(RunningBlockBaseStyle)HandyControl.Controls.RunningBlock.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(ListBoxItemCustom)System.Windows.Controls.ListBoxItem.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.BorderBrush 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(RepeatButtonBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.BorderBrush 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.BorderBrush 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(TabItemSliding)System.Windows.Controls.TabItem.BorderBrush 
(TabItemSliding)System.Windows.Controls.TabItem.Template 
(TabControlCapsule)System.Windows.Controls.TabControl.Template 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.BorderBrush 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.BorderBrush 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(SideMenuItemHeaderAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(FocusVisualMargin0)System.Windows.IFrameworkInputElement.Template 
(Tag4CheckComboBoxStyle)HandyControl.Controls.Tag.Template 
(StepBarItemHorizontalBottom)HandyControl.Controls.StepBarItem.Template 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.BorderBrush 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Template 
(CoverViewContentBaseStyle)HandyControl.Controls.CoverViewContent.BorderBrush 
(CoverViewContentBaseStyle)HandyControl.Controls.CoverViewContent.Template 
(MenuBaseStyle)System.Windows.Controls.Menu.Template 
(DataGridColumnHeaderStyle)System.Windows.Controls.Primitives.DataGridColumnHeader.Template 
(CoverFlowBaseStyle)HandyControl.Controls.CoverFlow.Template 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.BorderBrush 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(PreviewSliderBaseStyle)HandyControl.Controls.PreviewSlider.BorderBrush 
(PreviewSliderBaseStyle)HandyControl.Controls.PreviewSlider.Template 
(ButtonIconCircular)System.Windows.Controls.Button.Template 
(MagnifierBaseStyle)HandyControl.Controls.Magnifier.BorderBrush 
(MagnifierBaseStyle)HandyControl.Controls.Magnifier.Template 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.BorderBrush 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Template 
(StatusBarBaseStyle)System.Windows.Controls.Primitives.StatusBar.BorderBrush 
(ListBoxBaseStyle)System.Windows.Controls.ListBox.BorderBrush 
(ListBoxBaseStyle)System.Windows.Controls.ListBox.Template 
(DataGridRowHeaderStyle)System.Windows.Controls.Primitives.DataGridRowHeader.Template 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(ShieldBaseStyle)HandyControl.Controls.Shield.BorderBrush 
(ShieldBaseStyle)HandyControl.Controls.Shield.Template 
(RepeatButtonIcon)System.Windows.Controls.Primitives.RepeatButton.Template 
(ColorPickerSlider)System.Windows.Controls.Slider.Template 
(WindowWin10)HandyControl.Controls.Window.Template 
(SideMenuBaseStyle)HandyControl.Controls.SideMenu.BorderBrush 
(SideMenuBaseStyle)HandyControl.Controls.SideMenu.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(BadgeBaseStyle)HandyControl.Controls.Badge.Template 
(SideMenuItemBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(CardBaseStyle)HandyControl.Controls.Card.BorderBrush 
(CardBaseStyle)HandyControl.Controls.Card.Template 
(ToggleButtonBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Template 
(EmptyBaseStyle)HandyControl.Controls.Empty.Template 
(RepeatButtonCustom)System.Windows.Controls.Primitives.RepeatButton.Template 
(PropertyItemToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
(CheckComboBoxItemBaseStyle)HandyControl.Controls.CheckComboBoxItem.Template 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.BorderBrush 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Template 
(CoverViewItemBaseStyle)HandyControl.Controls.CoverViewItem.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.BorderBrush 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.BorderBrush 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(ButtonBaseStyle)System.Windows.Controls.Button.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
(FrameBaseStyle)System.Windows.Controls.Frame.BorderBrush 
(FrameBaseStyle)System.Windows.Controls.Frame.Template 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(PropertyGridBaseStyle)HandyControl.Controls.PropertyGrid.BorderBrush 
(PropertyGridBaseStyle)HandyControl.Controls.PropertyGrid.Template 
(InputElementBaseStyle)System.Windows.Controls.Control.BorderBrush 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.BorderBrush 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.BorderBrush 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Template 
(ChatBubbleBaseStyle)HandyControl.Controls.ChatBubble.Template 
(RepeatButtonDashedBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
SecondaryBorderColor(PasswordBoxBaseStyle)System.Windows.Controls.PasswordBox.Template 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.Template 
(SearchBarBaseStyle)HandyControl.Controls.SearchBar.Template 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.HighlightForeground 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(RectangleFocusVisual)System.Windows.Shapes.Rectangle.Stroke 
(FocusVisualRadius0Margin0)System.Windows.IFrameworkInputElement.Template 
(DatePickerBaseStyle)System.Windows.Controls.DatePicker.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(CheckBoxBaseStyle)System.Windows.Controls.CheckBox.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(FocusVisualMargin0)System.Windows.IFrameworkInputElement.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
BackgroundColor(MagnifierBaseStyle)HandyControl.Controls.Magnifier.Background 
(MagnifierBaseStyle)HandyControl.Controls.Magnifier.Template 
RegionColor(ExpanderBaseStyle)System.Windows.Controls.Expander.Template 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Background 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(TabControlPlusBaseStyle)HandyControl.Controls.TabControl.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Background 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
(ListViewBaseStyle)System.Windows.Controls.ListView.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Background 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(ComboBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Background 
(RadioButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(BorderRegion)System.Windows.Controls.Border.Background 
(ProgressBarCircleBaseStyle)HandyControl.Controls.CircleProgressBar.Template 
(ToolBarBaseStyle)System.Windows.Controls.ToolBar.Template 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(SideMenuItemAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(TreeViewBaseStyle)System.Windows.Controls.TreeView.Background 
(TreeViewBaseStyle)System.Windows.Controls.TreeView.Template 
(ProgressButtonBaseStyle)HandyControl.Controls.ProgressButton.Background 
(ProgressButtonBaseStyle)HandyControl.Controls.ProgressButton.Template 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(PoptipBaseStyle)HandyControl.Controls.Poptip.Background 
(PoptipBaseStyle)HandyControl.Controls.Poptip.Template 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Background 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Background 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(ContextMenuBaseStyle)System.Windows.Controls.ContextMenu.Background 
(ContextMenuBaseStyle)System.Windows.Controls.ContextMenu.Template 
(RadioButtonSameAsButtonDefault)System.Windows.Controls.RadioButton.Background 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Background 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(SideMenuItemHeaderBaseStyle)HandyControl.Controls.SideMenuItem.Background 
(SideMenuItemHeaderBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Background 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(ToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(GravatarBaseStyle)HandyControl.Controls.Gravatar.Template 
(ToggleButtonIcon)System.Windows.Controls.Primitives.ToggleButton.Background 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Background 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Template 
(StepBarItemHorizontalTop)HandyControl.Controls.StepBarItem.Template 
(ToggleButtonFlip)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonFlip)System.Windows.Controls.Primitives.ToggleButton.Template 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(RateBaseStyle)HandyControl.Controls.Rate.Template 
(AutoCompleteTextBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ButtonGroupBaseStyle)HandyControl.Controls.ButtonGroup.HighlightBackground 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Background 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(PropertyGroupItemBaseStyle)System.Windows.Controls.GroupItem.Template 
(ToggleButtonLoading)System.Windows.Controls.Primitives.ToggleButton.Background 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Background 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Background 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Template 
(TabControlBaseStyle)System.Windows.Controls.TabControl.Background 
(TabControlBaseStyle)System.Windows.Controls.TabControl.Template 
(TabItemStyle)System.Windows.Controls.TabItem.Background 
(TabItemStyle)System.Windows.Controls.TabItem.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(LabelBaseStyle)System.Windows.Controls.Label.Background 
(LabelBaseStyle)System.Windows.Controls.Label.Template 
(TransferItemBaseStyle.CheckBox)HandyControl.Controls.TransferItem.Background 
(TransferItemBaseStyle.CheckBox)HandyControl.Controls.TransferItem.Template 
(SliderBaseStyle)System.Windows.Controls.Slider.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Background 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(StepBarItemVertical)HandyControl.Controls.StepBarItem.Template 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Background 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Background 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(ProgressBarWaveBaseStyle)HandyControl.Controls.WaveProgressBar.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Background 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(RepeatButtonBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Background 
(RepeatButtonBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Background 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Background 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(TabControlCapsule)System.Windows.Controls.TabControl.Background 
(TabControlCapsule)System.Windows.Controls.TabControl.Background 
(TabControlCapsule)System.Windows.Controls.TabControl.Template 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Background 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(SideMenuItemHeaderAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(StepBarItemHorizontalBottom)HandyControl.Controls.StepBarItem.Template 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Template 
(CoverViewContentBaseStyle)HandyControl.Controls.CoverViewContent.Background 
(CoverViewContentBaseStyle)HandyControl.Controls.CoverViewContent.Template 
(MenuBaseStyle)System.Windows.Controls.Menu.Background 
(MenuBaseStyle)System.Windows.Controls.Menu.Template 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Background 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(PreviewSliderBaseStyle)HandyControl.Controls.PreviewSlider.Template 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Template 
(ElementGroupBaseStyle)HandyControl.Controls.ElementGroup.HighlightBackground 
(StatusBarBaseStyle)System.Windows.Controls.Primitives.StatusBar.Background 
(ListBoxBaseStyle)System.Windows.Controls.ListBox.Background 
(ListBoxBaseStyle)System.Windows.Controls.ListBox.Template 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Background 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(WindowWin10)HandyControl.Controls.Window.NonClientAreaBackground 
(WindowWin10)HandyControl.Controls.Window.Template 
(SideMenuBaseStyle)HandyControl.Controls.SideMenu.Background 
(SideMenuBaseStyle)HandyControl.Controls.SideMenu.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Background 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(BadgeBaseStyle)HandyControl.Controls.Badge.BorderBrush 
(BadgeBaseStyle)HandyControl.Controls.Badge.Template 
(SideMenuItemBaseStyle)HandyControl.Controls.SideMenuItem.Background 
(SideMenuItemBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(CardBaseStyle)HandyControl.Controls.Card.Background 
(CardBaseStyle)HandyControl.Controls.Card.Template 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Template 
(PropertyItemToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Background 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
(CheckComboBoxItemBaseStyle)HandyControl.Controls.CheckComboBoxItem.Template 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Background 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Background 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Background 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(ButtonBaseStyle)System.Windows.Controls.Button.Background 
(ButtonBaseStyle)System.Windows.Controls.Button.Template 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Background 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(PropertyGridBaseStyle)HandyControl.Controls.PropertyGrid.Background 
(PropertyGridBaseStyle)HandyControl.Controls.PropertyGrid.Template 
(InputElementBaseStyle)System.Windows.Controls.Control.Background 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Background 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Template 
(ToggleButtonDefault)System.Windows.Controls.Primitives.ToggleButton.Background 
SecondaryRegionColor(ExpanderBaseStyle)System.Windows.Controls.Expander.Background 
(ExpanderBaseStyle)System.Windows.Controls.Expander.Template 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(TabControlPlusBaseStyle)HandyControl.Controls.TabControl.Background 
(TabControlPlusBaseStyle)HandyControl.Controls.TabControl.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
(ListViewBaseStyle)System.Windows.Controls.ListView.Background 
(ListViewBaseStyle)System.Windows.Controls.ListView.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(ComboBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ProgressBarCircleBaseStyle)HandyControl.Controls.CircleProgressBar.Background 
(ProgressBarCircleBaseStyle)HandyControl.Controls.CircleProgressBar.Template 
(ToolBarBaseStyle)System.Windows.Controls.ToolBar.Background 
(ToolBarBaseStyle)System.Windows.Controls.ToolBar.Template 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Background 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Background 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(SideMenuItemAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Background 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Background 
(ToggleButtonSwitchBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(SideMenuItemHeaderBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Background 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(GravatarBaseStyle)HandyControl.Controls.Gravatar.Background 
(GravatarBaseStyle)HandyControl.Controls.Gravatar.Template 
(TagBaseStyle)HandyControl.Controls.Tag.Background 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(RateBaseStyle)HandyControl.Controls.Rate.Background 
(RateBaseStyle)HandyControl.Controls.Rate.Template 
(AutoCompleteTextBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Background 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(TransferItemBaseStyle.CheckBox)HandyControl.Controls.TransferItem.Template 
(SliderBaseStyle)System.Windows.Controls.Slider.Background 
(SliderBaseStyle)System.Windows.Controls.Slider.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(ProgressBarWaveBaseStyle)HandyControl.Controls.WaveProgressBar.Background 
(ProgressBarWaveBaseStyle)HandyControl.Controls.WaveProgressBar.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.Background 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(SideMenuItemHeaderAccordionBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Background 
(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Template 
(PreviewSliderBaseStyle)HandyControl.Controls.PreviewSlider.Background 
(PreviewSliderBaseStyle)HandyControl.Controls.PreviewSlider.Template 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Background 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Template 
(WindowWin10)HandyControl.Controls.Window.Background 
(WindowWin10)HandyControl.Controls.Window.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(BadgeBaseStyle)HandyControl.Controls.Badge.Background 
(BadgeBaseStyle)HandyControl.Controls.Badge.Template 
(SideMenuItemBaseStyle)HandyControl.Controls.SideMenuItem.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Background 
(ProgressBarFlat)System.Windows.Controls.ProgressBar.Template 
(CheckComboBoxItemBaseStyle)HandyControl.Controls.CheckComboBoxItem.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Background 
(RangeSliderBaseStyle)HandyControl.Controls.RangeSlider.Template 
ThirdlyRegionColor
TitleColor(ButtonGroupSolid)HandyControl.Controls.ButtonGroup.HighlightBorderBrush 
(ButtonGroupSolid)HandyControl.Controls.ButtonGroup.HighlightBackground 
(TabItemStyle)System.Windows.Controls.TabItem.BorderBrush 
(TabItemStyle)System.Windows.Controls.TabItem.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Background 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(TabControlCapsuleSolid)System.Windows.Controls.TabControl.BorderBrush 
(TabControlCapsuleSolid)System.Windows.Controls.TabControl.Background 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Background 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(ElementGroupSolid)HandyControl.Controls.ElementGroup.HighlightBorderBrush 
(ElementGroupSolid)HandyControl.Controls.ElementGroup.HighlightBackground 
(ClockBaseStyle)HandyControl.Controls.Clock.Background 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Background 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
SecondaryTitleColor
DefaultColor(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
DarkDefaultColor(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(DataGridRowStyle)System.Windows.Controls.DataGridRow.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(ListViewItemBaseStyle)System.Windows.Controls.ListViewItem.Template 
AccentColor(TextBlockDefaultAccent)System.Windows.Controls.TextBlock.Foreground 
DarkAccentColor
DarkMaskColor(ProgressBarFlat4ProgressButton)System.Windows.Controls.ProgressBar.Foreground 
(ProgressBarFlat4ProgressButton)System.Windows.Controls.ProgressBar.Template 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(WatermarkBaseStyle)HandyControl.Controls.Watermark.MarkBrush 
(WatermarkBaseStyle)HandyControl.Controls.Watermark.Foreground 
(WatermarkBaseStyle)HandyControl.Controls.Watermark.Template 
(RadioButtonSameAsButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(WindowWin10)HandyControl.Controls.Window.OtherButtonHoverBackground 
(WindowWin10)HandyControl.Controls.Window.Template 
(ToggleButtonBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
DarkOpacityColor(DialogBaseStyle)HandyControl.Controls.Dialog.MaskBrush 
(DialogBaseStyle)HandyControl.Controls.Dialog.Template 
(MaskRect4ScreenshotStyle)System.Windows.Shapes.Rectangle.Fill 
(DrawerBaseStyle)HandyControl.Controls.Drawer.MaskBrush 
BlurGradientValue

4,HandyControl附加属性说明

4.1,描述文件说明

Element结尾的类,可以为所有的控件设置一些共有的属性,以Attach结尾的类,只能为一种控件设置相关的属性。

附件属性描述说明
TitleElement标题元素:标题相关附加属性      
InfoElement信息元素:信息相关附加属性,继承自TitleElement
IconElement图标元素:图标相关附加属性
IconSwitchElement图标开关元素:图标开关相关附加属性,继承自IconElement                                 
BorderElement边框元素:边框相关附加属性
BackgroundSwitchElement背景开关元素:背景开关相关附加属性
PanelElement容器面板元素:容器面板相关附加属性
StatusSwitchElement状态开关元素:状态开关相关附加属性
TipElement提示元素:提示相关附加属性
DropDownElement下拉列表元素:下拉列表相关附加属性
EdgeElement边缘元素:边缘相关附加属性

4.2,资源关联说明

附件属性附件属性相关控件样式信息
TitleElement(GroupBoxOriginalBaseStyle)System.Windows.Controls.GroupBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(SlidingTabContainerBaseStyle)HandyControl.Controls.SlidingTabContainer.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(TabItemSliding)System.Windows.Controls.TabItem.Template 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(PropertyItemBaseStyle)HandyControl.Controls.PropertyItem.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(TabControlCapsule)System.Windows.Controls.TabControl.Template 
(GroupBoxTabBaseStyle)System.Windows.Controls.GroupBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Template 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Template 
InfoElement(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(DateTimePickerPlusBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(TimePickerExtendBaseStyle)HandyControl.Controls.TimePicker.Template 
(PasswordBoxPlusInternalStyle)System.Windows.Controls.PasswordBox.Template 
(DatePickerExtendBaseStyle)System.Windows.Controls.DatePicker.Template 
(SearchBarExtendBaseStyle)HandyControl.Controls.SearchBar.Template 
(PasswordBoxExtendBaseStyle)System.Windows.Controls.PasswordBox.Template 
(SearchBarPlusBaseStyle)HandyControl.Controls.SearchBar.Template 
(PasswordBoxPlusBaseStyle)HandyControl.Controls.PasswordBox.Template 
(ComboBoxPlusBaseStyle)HandyControl.Controls.ComboBox.Template 
(TextBoxPlusBaseStyle)HandyControl.Controls.TextBox.Template 
(TextBoxExtendBaseStyle)System.Windows.Controls.TextBox.Template 
(ComboBoxExtendBaseStyle)System.Windows.Controls.ComboBox.Template 
(TimePickerPlusBaseStyle)HandyControl.Controls.TimePicker.Template 
(DatePickerPlusBaseStyle)HandyControl.Controls.DatePicker.Template 
(NumericUpDownExtendBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(DateTimePickerExtendBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(NumericUpDownPlusBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(CheckComboBoxExtendBaseStyle)HandyControl.Controls.CheckComboBox.Template 
(PropertyGridBaseStyle)HandyControl.Controls.PropertyGrid.Template 
(CheckComboBoxPlusBaseStyle)HandyControl.Controls.CheckComboBox.Template 
(DatePickerTextBoxStyle)System.Windows.Controls.Primitives.DatePickerTextBox.Template 
IconElement(RepeatButtonIconCircular)System.Windows.Controls.Primitives.RepeatButton.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(ButtonBaseStyle)System.Windows.Controls.Button.Template 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Template 
(NavigationWindowBaseStyle)System.Windows.Navigation.NavigationWindow.Template 
(ToggleButtonIconTransparent)System.Windows.Controls.Primitives.ToggleButton.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(ButtonIcon)System.Windows.Controls.Button.Template 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Template 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(ButtonDashedBaseStyle)System.Windows.Controls.Button.Template 
(TabItemPlusBaseStyle)HandyControl.Controls.TabItem.Template 
(RepeatButtonDashedBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(SearchBarBaseStyle)HandyControl.Controls.SearchBar.Template 
(RepeatButtonBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(ToggleBlockIcon)HandyControl.Controls.ToggleBlock.Template 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(RadioButtonSameAsButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(Tag4CheckComboBoxStyle)HandyControl.Controls.Tag.Template 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Template 
(DatePickerBaseStyle)System.Windows.Controls.DatePicker.Template 
(ToggleButtonBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(RepeatButtonIcon)System.Windows.Controls.Primitives.RepeatButton.Template 
(TagBaseStyle)HandyControl.Controls.Tag.Template 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(ButtonIconCircular)System.Windows.Controls.Button.Template 
(TransferBaseStyle)HandyControl.Controls.Transfer.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
IconSwitchElement(ToggleButtonIconTransparent)System.Windows.Controls.Primitives.ToggleButton.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(ToggleBlockIcon)HandyControl.Controls.ToggleBlock.Template 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(DataGridColumnHeaderStyle)System.Windows.Controls.Primitives.DataGridColumnHeader.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
BorderElement(ProgressBarBaseStyle)System.Windows.Controls.ProgressBar.Template 
(RepeatButtonIconCircular)System.Windows.Controls.Primitives.RepeatButton.Template 
(GroupBoxOriginalBaseStyle)System.Windows.Controls.GroupBox.Template 
(NumericUpDownBaseStyle)HandyControl.Controls.NumericUpDown.Template 
(ButtonBaseStyle)System.Windows.Controls.Button.Template 
(ListBoxBaseStyle)System.Windows.Controls.ListBox.Template 
(GravatarBaseStyle)HandyControl.Controls.Gravatar.Template 
(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 
(TreeViewBaseStyle)System.Windows.Controls.TreeView.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle)System.Windows.Controls.TextBox.Template 
(ListClockBaseStyle)HandyControl.Controls.ListClock.Template 
(SlidingTabContainerBaseStyle)HandyControl.Controls.SlidingTabContainer.Template 
(DataGridBaseStyle)System.Windows.Controls.DataGrid.Template 
(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Template 
(PasswordBoxBaseStyle)System.Windows.Controls.PasswordBox.Template 
(SplitButtonBaseStyle)HandyControl.Controls.SplitButton.Template 
(ButtonIcon)System.Windows.Controls.Button.Template 
(TabControlSliding)System.Windows.Controls.TabControl.Template 
(PropertyItemToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(ProgressBarStripeBaseStyle)System.Windows.Controls.ProgressBar.Template 
(GroupBoxBaseStyle)System.Windows.Controls.GroupBox.Template 
(InputElementBaseStyle)System.Windows.Controls.Control.Template 
(RadioButtonIconBaseStyle)System.Windows.Controls.RadioButton.Template 
(ToggleButtonGroupItemBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Template 
(ProgressBarFlat4ProgressButton)System.Windows.Controls.ProgressBar.Template 
(ButtonGroupItemBaseStyle)System.Windows.Controls.Button.Template 
(ButtonDashedBaseStyle)System.Windows.Controls.Button.Template 
(TextBoxBaseBaseStyle)System.Windows.Controls.Primitives.TextBoxBase.Template 
(ContextMenuBaseStyle)System.Windows.Controls.ContextMenu.Template 
(TreeViewItemBaseStyle)System.Windows.Controls.TreeViewItem.Template 
(MenuBaseStyle)System.Windows.Controls.Menu.Template 
(TransferItemBaseStyle.CheckBox)HandyControl.Controls.TransferItem.Template 
(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
(ClockBaseStyle)HandyControl.Controls.Clock.Template 
(RepeatButtonDashedBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(RunningBlockBaseStyle)HandyControl.Controls.RunningBlock.Template 
(CalendarBaseStyle)System.Windows.Controls.Calendar.Template 
(SearchBarBaseStyle)HandyControl.Controls.SearchBar.Template 
(RepeatButtonCustom)System.Windows.Controls.Primitives.RepeatButton.Template 
(RepeatButtonBaseStyle)System.Windows.Controls.Primitives.RepeatButton.Template 
(TabItemSliding)System.Windows.Controls.TabItem.Template 
(CheckComboBoxItemBaseStyle)HandyControl.Controls.CheckComboBoxItem.Template 
(ToggleButtonIconBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(ComboBoxItemBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(MenuItemBaseStyle)System.Windows.Controls.MenuItem.Template 
(CalendarWithClockBaseStyle)HandyControl.Controls.CalendarWithClock.Template 
(ShieldBaseStyle)HandyControl.Controls.Shield.Template 
(PaginationButtonStyle)System.Windows.Controls.RadioButton.Template 
(ButtonCustom)System.Windows.Controls.Button.Template 
(PoptipBaseStyle)HandyControl.Controls.Poptip.Template 
(ComboBoxItemCapsuleBaseStyle)System.Windows.Controls.ComboBoxItem.Template 
(RadioButtonSameAsButtonBaseStyle)System.Windows.Controls.RadioButton.Template 
(LabelBaseStyle)System.Windows.Controls.Label.Template 
(TextBoxBaseStyle)System.Windows.Controls.TextBox.Template 
(ToolTipBaseStyle)System.Windows.Controls.ToolTip.Template 
(DataGridCellStyle)System.Windows.Controls.DataGridCell.Template 
(RadioGroupItemBaseStyle)System.Windows.Controls.RadioButton.Template 
(ToggleButtonLoadingPrimary)System.Windows.Controls.Primitives.ToggleButton.Template 
(Tag4CheckComboBoxStyle)HandyControl.Controls.Tag.Template 
(EmptyBaseStyle)HandyControl.Controls.Empty.Template 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Template 
(ToolBarBaseStyle)System.Windows.Controls.ToolBar.Template 
(ProgressButtonBaseStyle)HandyControl.Controls.ProgressButton.Template 
(TabItemCapsuleBaseStyle)System.Windows.Controls.TabItem.Template 
(DatePickerBaseStyle)System.Windows.Controls.DatePicker.Template 
(TransferItemBaseStyle)HandyControl.Controls.TransferItem.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(DataGridEditingTextColumnStyle.Small)System.Windows.Controls.TextBox.Template 
(TagContainerBaseStyle)HandyControl.Controls.TagContainer.Template 
(ToggleButtonBaseStyle)System.Windows.Controls.Primitives.ToggleButton.Template 
(RepeatButtonIcon)System.Windows.Controls.Primitives.RepeatButton.Template 
(ToggleButtonCustom)System.Windows.Controls.Primitives.ToggleButton.Template 
(DateTimePickerBaseStyle)HandyControl.Controls.DateTimePicker.Template 
(DataGridEditingComboBoxColumnStyle)System.Windows.Controls.ComboBox.Template 
(ButtonIconCircular)System.Windows.Controls.Button.Template 
(CardBaseStyle)HandyControl.Controls.Card.Template 
(DataGridEditingComboBoxColumnStyle.Small)System.Windows.Controls.ComboBox.Template 
(ExpanderBaseStyle)System.Windows.Controls.Expander.Template 
(TransferBaseStyle)HandyControl.Controls.Transfer.Template 
(FrameBaseStyle)System.Windows.Controls.Frame.Template 
(ImageSelectorBaseStyle)HandyControl.Controls.ImageSelector.Template 
(TimePickerBaseStyle)HandyControl.Controls.TimePicker.Template 
BackgroundSwitchElement(RepeatButtonCustom)System.Windows.Controls.Primitives.RepeatButton.Template 
(ButtonCustom)System.Windows.Controls.Button.Template 
PanelElement(TagContainerBaseStyle)HandyControl.Controls.TagContainer.Template 
StatusSwitchElement(ToggleButtonFlip)System.Windows.Controls.Primitives.ToggleButton.Template 
(ToggleButtonLoadingPrimary)System.Windows.Controls.Primitives.ToggleButton.Template 
(ColorPickerBaseStyle)HandyControl.Controls.ColorPicker.Template 
(ProgressButtonBaseStyle)HandyControl.Controls.ProgressButton.Template 
(ToggleButtonCustom)System.Windows.Controls.Primitives.ToggleButton.Template 
TipElement(FlowDocumentPageViewerBaseStyle)System.Windows.Controls.FlowDocumentPageViewer.Template 
(FlowDocumentReaderBaseStyle)System.Windows.Controls.FlowDocumentReader.Template 
(FlowDocumentScrollViewerBaseStyle)System.Windows.Controls.FlowDocumentScrollViewer.Template 
(Window4ScreenshotStyle)HandyControl.Controls.ScreenshotWindow.Template 
DropDownElement(AutoCompleteTextBoxBaseStyle)HandyControl.Controls.AutoCompleteTextBox.Template 
EdgeElement(ListBoxItemBaseStyle)System.Windows.Controls.ListBoxItem.Template 

5,命令说明

命令说明
CloseWindowCommand关闭窗体命令
ControlCommands(类)控件相关通用命令类(多个命令)
OpenLinkCommand打开连接命令
PushMainWindow2TopCommand推送主窗口2顶部命令
ShutdownAppCommand关闭APP命令
StartScreenshotCommand开始截屏命令

6,TextBox操作小计

6.1,修改标题信息

需修改附加属性,如下

hc:TitleElement.Title="标题"
hc:TitleElement.TitleWidth="120"

6.2,修改标题位置

需修改附加属性,如下,有Left和Top两种属性设置

hc:TitleElement.TitlePlacement="Left"

6.3,修改控件内容高度

需修改附加属性,如下,同时调整Height依赖属性

hc:InfoElement.ContentHeight="40"

6.4,修改输入提示信息

需修改附加属性,如下

hc:InfoElement.Placeholder="请输入整型值"

7,ComboxBox操作小计

7.1,修改信息元素

需修改附加属性,参考TextBox

7.2,修改标题元素

需修改附加属性,参考TextBox

8,Button操作小计

8.1,增加点击效果,浮动块FloatingBlock

hc:FloatingBlock.Content="点击完成"

修改样式

        <Style TargetType="Button" BasedOn="{StaticResource ButtonDanger}">
            <Setter Property="hc:FloatingBlock.ContentTemplate">
                <Setter.Value>
                    <DataTemplate>
                        <TextBlock Foreground="Lime" Text="操作完成" Height="40"/>
                    </DataTemplate>
                </Setter.Value>
            </Setter>
        </Style>

9,Drawer抽屉操作小计

9.1,设置说明

如下设置

默认打开抽屉(IsOpen=true),

在显示模式Push下(ShowMode=Push),

显示掩膜的影响(ShowMask=False点击抽屉外的控件,抽屉不会收缩,ShowMask=true,点击抽屉外的控件,抽屉会收缩)

ShowMask="False" ShowMode="Push" IsOpen="True"

10,StepBar步骤条操作小计

10.1,子节点样式设置

<hc:StepBar.ItemTemplate>
    <DataTemplate>
         <StackPanel>
               <TextBlock FontSize="16" FontWeight="Bold" HorizontalAlignment="Left" Text="{Binding Title}" FontFamily="{StaticResource MS_FontFamily}"></TextBlock>
               <TextBlock Margin="0,4,0,0" Text="{Binding Content}"/>
         </StackPanel>
     </DataTemplate>
</hc:StepBar.ItemTemplate>

10.2,跳步设置

绑定StepIndex,并在其他线程中进行设置,超出最大数量不会报错,直接到最大值。

StepIndex="{Binding StepIndex}"

11,RunningBlock滚动块操作小计

显示字体自带动画可以连续调整位置,滚动效果

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值