月更
This commit is contained in:
16
AntDesignWPF/Controls/TabControl.cs
Normal file
16
AntDesignWPF/Controls/TabControl.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace AntDesign.WPF.Controls
|
||||
{
|
||||
using System.Windows;
|
||||
|
||||
public class TabControl : System.Windows.Controls.TabControl
|
||||
{
|
||||
#region Constructors
|
||||
|
||||
static TabControl()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(TabControl), new FrameworkPropertyMetadata(typeof(TabControl)));
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user