整理控件库
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user