mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-07 09:46:37 +08:00
priority
This commit is contained in:
@@ -21,7 +21,12 @@ namespace AIStudio.Wpf.Mind.Controls
|
||||
/// </summary>
|
||||
public class TagControl : Control
|
||||
{
|
||||
/// <summary>Identifies the <see cref="Tags"/> dependency property.</summary>
|
||||
static TagControl()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(TagControl), new FrameworkPropertyMetadata(typeof(TagControl)));
|
||||
}
|
||||
|
||||
/// <summary>Identifies the <see cref="Tags"/> dependency property.</summary>
|
||||
public static readonly DependencyProperty TagsProperty
|
||||
= DependencyProperty.Register(nameof(Tags), typeof(ObservableCollection<string>), typeof(TagControl));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user