重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -1,6 +1,6 @@
using System.Windows.Markup;
namespace VariaStudio.Layout;
namespace Melskin.Layout;
/// <summary>
/// StackPanel 类继承自 Panel用于在用户界面中以垂直或水平方式排列子元素。它支持设置子元素之间的间距、方向以及单个子项的填充方式。