You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/TitleBar/samples/TitleBar.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ icon: assets/icon.png
14
14
---
15
15
16
16
> [!NOTE]
17
-
> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that [shipped in the 1.7 prerelease](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) over this one.
18
-
>
17
+
> If you're using the Windows App SDK with WinUI, you can leverage the `TitleBar` control that [shipped in the 1.7 release](https://learn.microsoft.com/windows/apps/windows-app-sdk/stable-channel#new-titlebar-control) over this one.
19
18
20
19
The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show.
0 commit comments