mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-15 14:06:47 +08:00
Mind 出发
This commit is contained in:
@@ -8,12 +8,22 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public class DiagramOption
|
||||
{
|
||||
public LayoutOption LayoutOption
|
||||
{
|
||||
get; set;
|
||||
} = new LayoutOption();
|
||||
|
||||
public ShortcutOption ShortcutOption
|
||||
{
|
||||
get; set;
|
||||
} = new ShortcutOption();
|
||||
}
|
||||
|
||||
public class LayoutOption
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class ShortcutOption
|
||||
{
|
||||
[Description("Select All shortcut (CTRL+A by default)")]
|
||||
|
||||
Reference in New Issue
Block a user