Squashed 'RadialMenu/' content from commit 9ce7d4b
git-subtree-dir: RadialMenu git-subtree-split: 9ce7d4b378d1f5765cd361ed0f3579288d528633
This commit is contained in:
16
Controls/RadialMenuCentralItem.cs
Normal file
16
Controls/RadialMenuCentralItem.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace RadialMenu.Controls
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for RadialMenuCentralItem.xaml
|
||||
/// </summary>
|
||||
public class RadialMenuCentralItem : Button
|
||||
{
|
||||
static RadialMenuCentralItem()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(RadialMenuCentralItem), new FrameworkPropertyMetadata(typeof(RadialMenuCentralItem)));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user