mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
桌面主题系统
This commit is contained in:
@@ -13,6 +13,9 @@ namespace CMLeonOS.Gui.UILib
|
||||
internal string Text { get; set; }
|
||||
internal object Tag { get; set; }
|
||||
internal bool Expanded { get; set; } = false;
|
||||
internal int AnimatedChildCount { get; set; } = 0;
|
||||
internal bool ExpandingAnimation { get; set; } = false;
|
||||
internal bool CollapsingAnimation { get; set; } = false;
|
||||
internal List<TreeNode> Children { get; } = new List<TreeNode>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user