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