整理控件库
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!--
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the MIT License.
|
||||
If a copy of the MIT was not distributed with this file, You can obtain one at https://opensource.org/licenses/MIT.
|
||||
Copyright (C) Leszek Pomianowski and WPF UI Contributors.
|
||||
@@ -313,9 +313,6 @@
|
||||
<SolidColorBrush x:Key="ContextMenuBorderBrush" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="ContextMenuForeground" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
|
||||
<!-- DataGrid -->
|
||||
<!-- TODO -->
|
||||
|
||||
<!-- DynamicScrollBar -->
|
||||
<SolidColorBrush x:Key="ScrollBarTrackFillPointerOver" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="ScrollBarButtonBackground" Color="Transparent" />
|
||||
@@ -334,7 +331,9 @@
|
||||
<!-- FluentWindow -->
|
||||
<SolidColorBrush x:Key="WindowBackground" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="WindowForeground" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
|
||||
<!-- ClientBorder -->
|
||||
<Color x:Key="ClientBorderColor">#FF7A7A7A</Color>
|
||||
<SolidColorBrush x:Key="ClientBorderBrush" Color="{StaticResource ClientBorderColor}" />
|
||||
<!-- Flyout -->
|
||||
<SolidColorBrush x:Key="FlyoutBackground" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="FlyoutBorderBrush" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
@@ -400,25 +399,6 @@
|
||||
<SolidColorBrush x:Key="MessageBoxSeparatorBorderBrush" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="MessageBoxTopOverlay" Color="Transparent" />
|
||||
|
||||
<!-- NavigationView -->
|
||||
<SolidColorBrush x:Key="NavigationViewItemForeground" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemForegroundPointerOver" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemForegroundPressed" Color="{StaticResource SystemColorHighlightColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewSelectionIndicatorForeground" Color="{StaticResource SystemColorHighlightColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemSeparatorForeground" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemBackground" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemBackgroundPointerOver" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemBackgroundSelected" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemBackgroundPressed" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemBorderBrush" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="NavigationViewContentBackground" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewContentGridBorderBrush" Color="{StaticResource SystemColorButtonTextColor}" />
|
||||
|
||||
<SolidColorBrush x:Key="NavigationViewItemBackgroundSelectedLeftFluent" Color="{StaticResource SystemColorWindowColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemForegroundLeftFluent" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
<SolidColorBrush x:Key="NavigationViewItemForegroundPointerOverLeftFluent" Color="{StaticResource SystemColorWindowTextColor}" />
|
||||
|
||||
<!-- ProgressBar -->
|
||||
<SolidColorBrush x:Key="ProgressBarForeground" Color="{StaticResource SystemColorHighlightColor}" />
|
||||
<SolidColorBrush x:Key="ProgressBarBackground" Color="{StaticResource SystemColorWindowColor}" />
|
||||
|
||||
Reference in New Issue
Block a user