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/windows-app-sdk/index.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
@@ -36,7 +36,7 @@ Here's a breakdown of the major features that Windows App SDK provides:
36
36
|[Modern text rendering](dwritecore.md)| Use a device-independent text layout and rendering system with [ClearType](/typography/cleartype/) subpixel rendering, hardware acceleration, and broad language support for precise, high-quality text. |
37
37
|[Resource management](mrtcore/mrtcore-overview.md)| Manage app resources such as strings and images in multiple languages, scales, and contrast variants independently of your app's logic. |
38
38
|[App lifecycle](applifecycle/applifecycle.md)| Manage key aspects of your app's runtime behavior, including [instance management](applifecycle/applifecycle-instancing.md), [rich activation](applifecycle/applifecycle-rich-activation.md) (file, protocol, restart, and more), and [power management](applifecycle/applifecycle-power.md). Gain control over how your app starts, runs, and conserves system resources. |
39
-
|[Windowing](windowing/windowing-overview.md)| Create, position, and customize app windows with modern windowing APIs. |
39
+
|[Windowing](../develop/ui/windowing-overview.md)| Create, position, and customize app windows with modern windowing APIs. |
40
40
| Notifications | Send local or cloud-based notifications to engage users and keep your app connected, including both [app notifications](../develop/notifications/app-notifications/index.md) and [push notifications](../develop/notifications/push-notifications/index.md). |
41
41
|[Widgets](../develop/widgets/widget-providers.md)| Bring personalized, glanceable information to the Windows widget board, allowing users to stay connected to your app's live content right from their desktop. |
42
42
|[XAML Islands](../desktop/modernize/xaml-islands/xaml-islands.md)| Embed modern Windows UI controls inside existing desktop apps to refresh your interface and add new capabilities without a full rewrite. |
0 commit comments