mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 21:56:37 +08:00
改下自定义控件类型
This commit is contained in:
@@ -21,7 +21,7 @@ namespace AIStudio.Wpf.Mind.Controls
|
||||
[TemplatePart(Name = PART_DiagramControl, Type = typeof(DiagramControl))]
|
||||
[TemplatePart(Name = PART_ContentControl, Type = typeof(ContentControl))]
|
||||
[TemplatePart(Name = PART_SearchControl, Type = typeof(Border))]
|
||||
public partial class MindEditor : UserControl
|
||||
public partial class MindEditor : Control
|
||||
{
|
||||
public const string PART_DiagramControl = "PART_DiagramControl";
|
||||
public const string PART_ContentControl = "PART_ContentControl";
|
||||
|
||||
Reference in New Issue
Block a user