放大缩小

This commit is contained in:
艾竹
2023-02-05 10:36:13 +08:00
parent 7f5bea55a8
commit 9ccbfb7760
21 changed files with 528 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace AIStudio.Wpf.DiagramDesigner.Demo.Views
{
/// <summary>
/// AlignmentView.xaml 的交互逻辑
/// </summary>
public partial class AlignmentView : UserControl
{
public AlignmentView()
{
InitializeComponent();
}
}
}