mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-01 05:33:23 +08:00
一个bug
This commit is contained in:
@@ -22,9 +22,6 @@ namespace AIStudio.Wpf.DiagramDesigner
|
|||||||
public DiagramControl()
|
public DiagramControl()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
//把资源加入全局资源
|
|
||||||
Application.Current.Resources.Add("DefaultConnectorStyle", this.FindResource("DefaultConnectorStyle"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static readonly DependencyProperty ZoomValueProperty = DependencyProperty.Register(nameof(ZoomValue), typeof(double), typeof(DiagramControl), new UIPropertyMetadata(1d));
|
public static readonly DependencyProperty ZoomValueProperty = DependencyProperty.Register(nameof(ZoomValue), typeof(double), typeof(DiagramControl), new UIPropertyMetadata(1d));
|
||||||
|
|||||||
Reference in New Issue
Block a user