mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 08:26:36 +08:00
可以切换主题
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using AIStudio.Wpf.DiagramDesigner;
|
||||
using AIStudio.Wpf.Mind.Helpers;
|
||||
|
||||
namespace AIStudio.Wpf.Mind.ViewModels
|
||||
{
|
||||
@@ -14,6 +15,11 @@ namespace AIStudio.Wpf.Mind.ViewModels
|
||||
get; set;
|
||||
}
|
||||
|
||||
MindThemeModel MindThemeModel
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
MindNode RootItem
|
||||
{
|
||||
get;
|
||||
@@ -29,7 +35,7 @@ namespace AIStudio.Wpf.Mind.ViewModels
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand AddPeerCommand
|
||||
SimpleCommand AddPearCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
@@ -54,6 +60,26 @@ namespace AIStudio.Wpf.Mind.ViewModels
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectBrotherCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectPearCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectRouteCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectChildCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand Expand2Level1Command
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user