整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -1,14 +1,15 @@
using WPFluent.Hardware;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Media;
using System.Windows.Threading;
using WPFluent.Hardware;
namespace WPFluent.Controls;
public partial class ToastControl : UserControl
@@ -228,7 +229,7 @@ public partial class ToastControl : UserControl
set => SetValue(BorderBrushProperty, value);
}
public new static readonly DependencyProperty BorderBrushProperty = DependencyProperty.Register("BorderBrush", typeof(Brush), typeof(ToastControl), new PropertyMetadata((Brush)new BrushConverter().ConvertFromString("#E1E1E1")!));
public new static readonly DependencyProperty BorderBrushProperty = DependencyProperty.Register("ControlBorderBrush", typeof(Brush), typeof(ToastControl), new PropertyMetadata((Brush)new BrushConverter().ConvertFromString("#E1E1E1")!));
public new Thickness BorderThickness
{