Skip to content

Commit b35dac1

Browse files
committed
Merge branch 'main' into alvinashcraft/main-update-settings-uri-parameters
2 parents 0987717 + 373c68a commit b35dac1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+93
-95
lines changed

hub/apps/design/accessibility/accessible-text-requirements.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.assetid: BA689C76-FE68-4B5B-9E8D-1E7697F737E6
44
title: Accessible text requirements
55
label: Accessible text requirements
66
template: detail.hbs
7-
ms.date: 02/08/2017
7+
ms.date: 11/27/2024
88
ms.topic: article
99
keywords: windows 10, uwp
1010
ms.localizationpriority: medium
@@ -175,11 +175,10 @@ These types have an **IsTextScaleFactorEnabled** property:
175175

176176
## Examples
177177

178-
> [!TIP]
179178
> [!div class="nextstepaction"]
180-
> [Open the WinUI 3 Gallery app and see text accessibility support in action](winui3gallery://item/AccessibilityScreenReader).
179+
> [Open the WinUI 3 Gallery app and see text accessibility support in action](winui3gallery://item/AccessibilityScreenReader)
181180
182-
> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
181+
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
183182

184183
## Related topics
185184

hub/apps/design/accessibility/high-contrast-themes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,10 @@ The following code snippet (from an App.xaml file) shows an example [**ThemeDict
249249

250250
## Examples
251251

252-
> [!TIP]
253252
> [!div class="nextstepaction"]
254-
> [Open the WinUI 3 Gallery app and see color contrast accessibility support in action](winui3gallery://item/AccessibilityColorContrast).
253+
> [Open the WinUI 3 Gallery app and see color contrast accessibility support in action](winui3gallery://item/AccessibilityColorContrast)
255254
256-
> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
255+
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
257256

258257
## Related topics
259258

hub/apps/design/accessibility/keyboard-accessibility.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,10 @@ Some devices don't have a dedicated, hardware keyboard and rely on a Soft Input
272272

273273
## Examples
274274

275-
> [!TIP]
276275
> [!div class="nextstepaction"]
277-
> [Open the WinUI 3 Gallery app and see keyboard accessibility support in action](winui3gallery://item/AccessibilityKeyboard).
276+
> [Open the WinUI 3 Gallery app and see keyboard accessibility support in action](winui3gallery://item/AccessibilityKeyboard)
278277
279-
> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
278+
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
280279

281280
## Related topics
282281

hub/apps/design/controls/annotated-scrollbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For collections that only have a few items or that only require a small amount o
5050
> - **Important APIs:** [AnnotatedScrollBar class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.annotatedscrollbar), [ScrollView class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview), [IScrollController interface](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.iscrollcontroller)
5151
5252
> [!div class="nextstepaction"]
53-
> [Open the WinUI 3 Gallery app and see the AnnotatedScrollBar in action](winui3gallery:/item/AnnotatedScrollBar).
53+
> [Open the WinUI 3 Gallery app and see the AnnotatedScrollBar in action](winui3gallery:/item/AnnotatedScrollBar)
5454
5555
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
5656

hub/apps/design/controls/auto-suggest-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We recommend using the latest [WinUI 2](../../winui/winui2/index.md) to get the
5757
> - **Important APIs:** [AutoSuggestBox class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox), [TextChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.textchanged), [SuggestionChose event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.suggestionchosen), [QuerySubmitted event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.querysubmitted)
5858
5959
> [!div class="nextstepaction"]
60-
> [Open the WinUI 3 Gallery app and see the AutoSuggestBox in action](winui3gallery:/item/AutoSuggestBox).
60+
> [Open the WinUI 3 Gallery app and see the AutoSuggestBox in action](winui3gallery:/item/AutoSuggestBox)
6161
6262
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
6363

hub/apps/design/controls/breadcrumbbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
6868
> - **Important APIs:** [BreadcrumbBar class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button)
6969
7070
> [!div class="nextstepaction"]
71-
> [Open the WinUI 3 Gallery app and see the BreadcrumbBar in action](winui3gallery:/item/BreadcrumbBar).
71+
> [Open the WinUI 3 Gallery app and see the BreadcrumbBar in action](winui3gallery:/item/BreadcrumbBar)
7272
7373
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
7474

hub/apps/design/controls/buttons.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
144144
> - **Important APIs:** [Button class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Command property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.command), [Content property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.contentcontrol.content)
145145
146146
> [!div class="nextstepaction"]
147-
> [Open the WinUI 3 Gallery app and see the Buttons in action](winui3gallery:/item/Button).
147+
> [Open the WinUI 3 Gallery app and see the Buttons in action](winui3gallery:/item/Button)
148148
149149
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
150150

@@ -224,7 +224,7 @@ The button looks like this.
224224
> - **Important APIs:** [RepeatButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.repeatbutton), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Content property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.contentcontrol.content)
225225
226226
> [!div class="nextstepaction"]
227-
> [Open the WinUI 3 Gallery app and see the RepeatButton in action](winui3gallery:/item/RepeatButton).
227+
> [Open the WinUI 3 Gallery app and see the RepeatButton in action](winui3gallery:/item/RepeatButton)
228228
229229
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
230230

@@ -265,7 +265,7 @@ private void Decrease_Click(object sender, RoutedEventArgs e)
265265
> - **Important APIs**: [DropDownButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button), [Flyout property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button.flyout)
266266
267267
> [!div class="nextstepaction"]
268-
> [Open the WinUI 3 Gallery app and see the DropdownButton in action](winui3gallery:/item/DropdownButton).
268+
> [Open the WinUI 3 Gallery app and see the DropdownButton in action](winui3gallery:/item/DropdownButton)
269269
270270
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
271271

@@ -329,7 +329,7 @@ private void AlignmentMenuFlyoutItem_Click(object sender, RoutedEventArgs e)
329329
> - **Important APIs**: [SplitButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.splitbutton), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Flyout property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button.flyout)
330330
331331
> [!div class="nextstepaction"]
332-
> [Open the WinUI 3 Gallery app and see the SplitButton in action](winui3gallery:/item/SplitButton).
332+
> [Open the WinUI 3 Gallery app and see the SplitButton in action](winui3gallery:/item/SplitButton)
333333
334334
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
335335

@@ -445,7 +445,7 @@ public sealed partial class MainPage : Page
445445
> - **Important APIs**: [ToggleSplitButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton), [IsCheckedChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton.ischeckedchanged), [IsChecked property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton.ischecked)
446446
447447
> [!div class="nextstepaction"]
448-
> [Open the WinUI 3 Gallery app and see the ToggleSplitButton in action](winui3gallery:/item/ToggleSplitButton).
448+
> [Open the WinUI 3 Gallery app and see the ToggleSplitButton in action](winui3gallery:/item/ToggleSplitButton)
449449
450450
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
451451

hub/apps/design/controls/calendar-date-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We recommend using the latest [WinUI 2](../../winui/winui2/index.md) to get the
4747
> - **Important APIs:** [CalendarDatePicker class](/windows/windows-app-sdk/api/winrt/microsoft.UI.Xaml.Controls.CalendarDatePicker), [Date property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.calendardatepicker.date), [DateChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.calendardatepicker.datechanged)
4848
4949
> [!div class="nextstepaction"]
50-
> [Open the WinUI 3 Gallery app and see the CalendarDatePicker in action](winui3gallery:/item/CalendarDatePicker).
50+
> [Open the WinUI 3 Gallery app and see the CalendarDatePicker in action](winui3gallery:/item/CalendarDatePicker)
5151
5252
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
5353

hub/apps/design/controls/calendar-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recommend using the latest [WinUI 2](../../winui/winui2/index.md) to get the
4949
> - **Important APIs:** [CalendarView class](/windows/windows-app-sdk/api/winrt/microsoft.UI.Xaml.Controls.CalendarView), [SelectedDatesChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.calendarview.selecteddateschanged)
5050
5151
> [!div class="nextstepaction"]
52-
> [Open the WinUI 3 Gallery app and see the CalendarView in action](winui3gallery:/item/CalendarView).
52+
> [Open the WinUI 3 Gallery app and see the CalendarView in action](winui3gallery:/item/CalendarView)
5353
5454
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
5555

hub/apps/design/controls/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We recommend using the latest [WinUI 2](../../winui/winui2/index.md) to get the
7676
> - **Important APIs**: [CheckBox class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.checkbox), [Checked event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.togglebutton.checked), [IsChecked property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.togglebutton.ischecked), [Content property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.contentcontrol.content)
7777
7878
> [!div class="nextstepaction"]
79-
> [Open the WinUI 3 Gallery app and see the CheckBox in action](winui3gallery:/item/CheckBox).
79+
> [Open the WinUI 3 Gallery app and see the CheckBox in action](winui3gallery:/item/CheckBox)
8080
8181
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
8282

0 commit comments

Comments
 (0)