Files
YMhut-box-C-/参考/wpfui-main/docs/migration/v3-migration.md
T
2026-07-06 23:05:40 +08:00

19 lines
884 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Migration plan
This page outlines key changes and important details to consider when migrating. It highlights whats new, whats changed, and any steps you need to take to ensure a smooth transition. This isnt a full step-by-step guide but a quick reference to help you navigate the most critical parts of the migration process.
## Navigation
All navigation controls have been merged into one `NavigationView`, inspired by Win UI.
## Icons
All icons are based on the new `IconElement` control. They replaced icons in `TitleBar`, `NavigationView`, `Button` and other controls.
## Control Gallery
Inspired by **Win UI Controls Gallery**, a new application for testing and browsing controls was created -** WPF UI Gallery**. It replaced the Demo app.
## Dialogs
`ContentDialog`, `MessageBox` and `Snackbar` have been modified, their interfaces are not fully compatible.