Add a new control AspectRatioLayout

This commit is contained in:
望尘空忧
2024-11-12 23:58:41 +08:00
parent 59378c4b34
commit 1151639635
9 changed files with 338 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ public partial class MainViewViewModel : ViewModelBase
MenuKeys.MenuKeyToolBar => new ToolBarDemoViewModel(),
MenuKeys.MenuKeyTreeComboBox => new TreeComboBoxDemoViewModel(),
MenuKeys.MenuKeyTwoTonePathIcon => new TwoTonePathIconDemoViewModel(),
MenuKeys.AspectRatioLayout => new AspectRatioLayoutDemoViewModel(),
_ => throw new ArgumentOutOfRangeException(nameof(s), s, null)
};
}