整理控件库
This commit is contained in:
@@ -1,31 +1,10 @@
|
||||
<!--
|
||||
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.
|
||||
All Rights Reserved.
|
||||
|
||||
Based on Microsoft XAML for Win UI
|
||||
Copyright (c) Microsoft Corporation. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<ResourceDictionary
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="clr-namespace:WPFluent.Controls"
|
||||
xmlns:converters="clr-namespace:WPFluent.Converters"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<!--
|
||||
I don't see that CheckBox had combined states. Without it,
|
||||
we cannot support both Themes and Intermediate states at the same time.
|
||||
At the moment I think the themes are more important than IsThirdState.
|
||||
Have to figure it out or make a new CheckBox control.
|
||||
-->
|
||||
|
||||
<converters:FallbackBrushConverter x:Key="FallbackBrushConverter" />
|
||||
|
||||
<Color x:Key="FallbackColor">#FFFF0000</Color>
|
||||
|
||||
<Thickness x:Key="CheckBoxPadding">11,5,11,6</Thickness>
|
||||
<Thickness x:Key="CheckBoxBorderThemeThickness">1</Thickness>
|
||||
<Thickness x:Key="CheckBoxContentMargin">8,0,0,0</Thickness>
|
||||
|
||||
Reference in New Issue
Block a user