mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-05 00:37:19 +08:00
priority
This commit is contained in:
@@ -20,6 +20,10 @@ namespace AIStudio.Wpf.Mind.Controls
|
||||
/// </summary>
|
||||
public class PriorityControl : Control
|
||||
{
|
||||
static PriorityControl()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(PriorityControl), new FrameworkPropertyMetadata(typeof(PriorityControl)));
|
||||
}
|
||||
|
||||
/// <summary>Identifies the <see cref="Priority"/> dependency property.</summary>
|
||||
public static readonly DependencyProperty PriorityProperty
|
||||
|
||||
Reference in New Issue
Block a user