Skip to content

Commit 9ec8111

Browse files
authored
Merge branch 'main' into opacitymaskview-experiment
2 parents 9b2268e + f249330 commit 9ec8111

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
]
1616
},
1717
"microsoft.visualstudio.slngen.tool": {
18-
"version": "11.2.3",
18+
"version": "11.2.6",
1919
"commands": [
2020
"slngen"
2121
]
2222
}
2323
}
24-
}
24+
}
-3.88 KB
Loading

components/TitleBar/samples/TitleBar.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 0
1112
issue-id: 0
1213
icon: assets/icon.png
1314
---
1415

16+
> [!NOTE]
17+
> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. If you're using WindowsAppSDK and plan to use 1.6 when it becomes available, find more information about the new control here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control
18+
1519
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.
1620

1721
> [!Sample TitleBarConfigSample]

0 commit comments

Comments
 (0)