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: hub/apps/design/basics/commanding-basics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ When designing a command interface, the most important decision is choosing what
35
35
36
36
## Choose the right command elements
37
37
38
-
Using the right elements in a command interface can make the difference between an intuitive, easy-to-use app and a difficult, confusing app. A comprehensive set of command elements are available in the Windows app. Here's a list of some of the most common UWP command elements.
38
+
Using the right elements in a command interface can make the difference between an intuitive, easy-to-use app and a difficult, confusing app. A comprehensive set of command elements are available in the Windows app. Here's a list of some of the most common WinUI command elements.
39
39
40
40
:::row:::
41
41
:::column:::
@@ -137,7 +137,7 @@ Menus and context menus save space by organizing commands and hiding them until
137
137
138
138
The [CommandBarFlyout](../controls/command-bar-flyout.md) is a type of contextual menu that combines the benefits of a command bar and a context menu into a single control. It can provide shortcuts to commonly-used actions and provide access to secondary commands that are only relevant in certain contexts, such as clipboard or custom commands.
139
139
140
-
UWP also provides a set of traditional menus and context menus; for more info, see [Menus and context menus](../controls/menus-and-context-menus.md).
140
+
WinUI also provides a set of traditional menus and context menus; for more info, see [Menus and context menus](../controls/menus-and-context-menus.md).
Copy file name to clipboardExpand all lines: hub/apps/design/signature-experiences/typography.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ Don't use fewer than 20 characters or more than 60 characters per line as this i
140
140
141
141
### Clipping and ellipses
142
142
143
-
When the amount of text extends beyond the space available, we recommend clipping the text and inserting ellipses [...], which is the default behavior of most [UWP text controls](../controls/text-controls.md).
143
+
When the amount of text extends beyond the space available, we recommend clipping the text and inserting ellipses [...], which is the default behavior of most [WinUI text controls](../controls/text-controls.md).
144
144
145
145

You can use Mica in UWP apps that use WinUI for UWP, or in apps that use Windows App SDK 1.1 or later. You can use Mica Alt in apps that use Windows App SDK 1.1 or later.
126
-
127
-
### Use Mica with the Windows App SDK
128
-
129
-
To use Mica in a WinUI XAML app, see [Apply Mica or Acrylic materials in desktop apps for Windows 11](../../develop/ui/system-backdrops.md).
125
+
To use Mica in a WinUI app, see [Apply Mica or Acrylic materials in desktop apps for Windows 11](../../develop/ui/system-backdrops.md).
130
126
131
127
To use Mica in a Win32 app, see [Apply Mica in Win32 desktop apps for Windows 11](../../desktop/modernize/ui/apply-mica-win32.md).
132
128
133
-
### Use Mica with WinUI for UWP
134
-
135
-
To use Mica in a UWP app with WinUI for UWP, see [Apply Mica with WinUI for UWP](/windows/uwp/ui-input/mica-uwp).
<p>If you have the <strong>WinUI for UWP Gallery</strong> app installed, click here to <a href="winui2gallery:/item/Sound">open the app and see Sound in action</a>.</p>
30
-
<ul>
31
-
<li><a href="https://apps.microsoft.com/detail/9MSVH128X2ZT">Get the WinUI for UWP Gallery app (Microsoft Store)</a></li>
32
-
<li><a href="https://github.com/Microsoft/WinUI-Gallery">Get the source code (GitHub)</a></li>
33
-
</ul>
34
-
</td>
35
-
</tr>
36
-
</table>
24
+
> [!div class="nextstepaction"]
25
+
26
+
> [Open the WinUI 3 Gallery app and see Sound in action](winui3gallery://item/Sound)
Soundisakeypartofthe 10-footexperience, andbydefault, the**ElementSoundPlayer**'s state is **Auto**, meaning that you will only get sound when your app is running on Xbox.
66
-
Pleasesee [DesigningforXboxandTV](../devices/designing-for-tv.md) for more details.
67
-
68
57
## Sound Volume Override
69
58
70
59
Allsoundswithintheappcanbedimmedwiththe**Volume**control. However, soundswithintheappcannotget*louderthanthesystemvolume*.
@@ -89,11 +78,11 @@ The **ElementSoundMode** has two states: **Off** and **Default**. When not set,
When creating a custom control, or changing an existing control's sound, it is important to understand the usages of all the sounds the system provides.
95
84
96
-
Each sound relates to a certain basic user interaction, and although sounds can be customized to play on any interaction, this section serves to illustrate the scenarios where sounds should be used to maintain a consistent experience across all UWP apps.
85
+
Each sound relates to a certain basic user interaction, and although sounds can be customized to play on any interaction, this section serves to illustrate the scenarios where sounds should be used to maintain a consistent experience across all WinUI apps.
97
86
98
87
### Invoking an Element
99
88
@@ -161,10 +150,6 @@ As an added feature to calling **ElementSound.Focus**, the sound system will, by
161
150
162
151
The purpose behind this cycling feature is to keep the focus sounds from becoming monotonous and from being noticeable by the user; focus sounds will be played most often and therefore should be the most subtle.
163
152
164
-
## Get the sample code
165
-
166
-
-[WinUI for UWP Gallery sample](https://github.com/Microsoft/WinUI-Gallery) - See all the XAML controls in an interactive format.
167
-
168
153
## Related articles
169
154
170
155
*[Designing for Xbox and TV](../devices/designing-for-tv.md)
Copy file name to clipboardExpand all lines: hub/apps/desktop/modernize/ui/apply-rounded-corners.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.localizationpriority: medium
8
8
9
9
# Apply rounded corners in desktop apps for Windows 11
10
10
11
-
Rounded corners are the most immediately noticeable feature of [Windows 11 Geometry](../../../design/signature-experiences/geometry.md). On Windows 11, the system automatically rounds top-level window corners for all inbox apps, including all UWP apps, and most other apps. However, some Win32 apps might not be rounded. This topic describes how to round your Win32 app's main window corners if the system does not round them automatically.
11
+
Rounded corners are the most immediately noticeable feature of [Windows 11 Geometry](../../../design/signature-experiences/geometry.md). On Windows 11, the system automatically rounds top-level window corners for all inbox apps, including all WinUI apps, and most other apps. However, some Win32 apps might not be rounded. This topic describes how to round your Win32 app's main window corners if the system does not round them automatically.
12
12
13
13
> [!NOTE]
14
14
> By design, apps are not rounded when maximized, snapped, running in a Virtual Machine (VM), running on a Windows Virtual Desktop (WVD), or running as a Windows Defender Application Guard (WDAG) window.
0 commit comments