mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 10:16:36 +08:00
mind的拷贝完成
This commit is contained in:
@@ -496,6 +496,7 @@ namespace AIStudio.Wpf.Mind.Helpers
|
||||
{
|
||||
Name = "冷光黄",
|
||||
Key = "CoolLightYellow",
|
||||
Dark = true,
|
||||
MindThemeLevel1 = new MindTheme()
|
||||
{
|
||||
ItemWidth = 110,
|
||||
@@ -534,6 +535,7 @@ namespace AIStudio.Wpf.Mind.Helpers
|
||||
{
|
||||
Name = "紧凑黄",
|
||||
Key = "CoolLightYellowMini",
|
||||
Dark = true,
|
||||
MindThemeLevel1 = new MindTheme()
|
||||
{
|
||||
ItemWidth = 110,
|
||||
@@ -650,6 +652,10 @@ namespace AIStudio.Wpf.Mind.Helpers
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public bool Dark
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
public MindTheme MindThemeLevel1
|
||||
{
|
||||
get; set;
|
||||
|
||||
Reference in New Issue
Block a user