mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
调整了一下各种命令的位置,便于其他应用调用
This commit is contained in:
@@ -105,6 +105,75 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand CopyCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand PasteCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand CutCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand DeleteCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand LeftMoveCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand RightMoveCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand UpMoveCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand DownMoveCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand CenterMoveCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand SameSizeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand SameWidthCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand SameHeightCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand SameAngleCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand GroupCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand UngroupCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand LockCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
SimpleCommand UnlockCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand UndoCommand
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user