Skip to content

Commit 4807216

Browse files
authored
Merge pull request #5627 from Davide244/Davide244-patch-1
Reference the newly introduced title bar control in title bar customization
2 parents 9604218 + 4860658 commit 4807216

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hub/apps/develop/title-bar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ See the [Title bar](../design/basics/titlebar-design.md) design article for guid
2121
> [!IMPORTANT]
2222
> This article shows how to customize the title bar for apps that use the Windows App SDK, either with or without WinUI 3. For apps that use UWP and WinUI 2, see [Title bar customization](/windows/uwp/ui-input/title-bar) for UWP.
2323
24+
> [!IMPORTANT]
25+
> A new [Title bar](../design/controls/title-bar.md) control has been added in Windows App SDK 1.7. It simplifies the process of title bar customization.
26+
2427
> [!div class="checklist"]
2528
>
2629
> - **Applies to**: Windows App SDK, WinUI 3 desktop apps
@@ -885,6 +888,9 @@ public sealed partial class MainWindow : Window
885888
## Related articles
886889

887890
- [Title bar customization (UWP)](/windows/uwp/ui-input/title-bar)
891+
- [Title Bar (Control)](../design/controls/title-bar.md)
888892
- [Acrylic](../design/style/acrylic.md)
889893
- [Mica](../design/style/mica.md)
890894
- [Color](../design/style/color.md)
895+
896+

0 commit comments

Comments
 (0)