Wording and format changes (#271)
* Update README.md * added a rule * making this line a h2 seems better tried h3, h4, h5 * "sample" to "app" and mentioned from the Microsoft Store * H2 for Further information as opposed to having a line break, to match styling * put note back to the top
This commit is contained in:
Родитель
53116b7e73
Коммит
23c91588af
10
README.md
10
README.md
|
@ -19,7 +19,7 @@ description: Demonstrates the usage of all XAML/WinUI controls in an interactive
|
|||
|
||||
Shows all of the XAML controls in an interactive format. This app is the interactive companion to the [Fluent Design Guidelines](https://docs.microsoft.com/windows/uwp/design/basics/) and shows the usage of both UWP Xaml APIs and [Windows UI Toolkit](https://docs.microsoft.com/uwp/toolkits/winui/) APIs.
|
||||
|
||||
This sample shows how to:
|
||||
## The XAML Controls Gallery shows how to:
|
||||
|
||||
- **Specify XAML controls in markup:** Each control page shows the markup used to create each example.
|
||||
- **Use the Microsoft.UI.Xaml (WinUI) Library:** The app includes the latest WinUI NuGet package and shows how to use the [Windows UI Toolkit](https://docs.microsoft.com/uwp/toolkits/winui/) controls like NavigationView, SwipeControl, and more.
|
||||
|
@ -27,7 +27,9 @@ This sample shows how to:
|
|||
- **Adaptive UI:** In addition to showing how each control responds to different form factors, the app itself is responsive and shows various methods for achieving adaptive UI.
|
||||
- **Version adaptive code:** This sample shows how to write version adaptive code so that the app can run on previous versions of Windows while also using the latest capabilities on the most recent verison of Windows.
|
||||
|
||||
**Note** The Xaml Controls Gallery requires Visual Studio [2017](http://go.microsoft.com/fwlink/?LinkID=532422) or [2019](https://visualstudio.microsoft.com/vs/) to build and Windows 10 to execute.
|
||||
## Further information
|
||||
|
||||
>**Note**: The Xaml Controls Gallery requires Visual Studio [2017](http://go.microsoft.com/fwlink/?LinkID=532422) or [2019](https://visualstudio.microsoft.com/vs/) to build and Windows 10 to execute.
|
||||
|
||||
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://developer.microsoft.com/windows)
|
||||
|
||||
|
@ -35,11 +37,13 @@ To obtain information about Microsoft Visual Studio and the tools for developing
|
|||
|
||||
To contact the authors, please reach out to ControlsGallery@microsoft.com
|
||||
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
[Get started with Windows 10 apps](https://docs.microsoft.com/windows/uwp/get-started/)
|
||||
|
||||
[Install a prebuilt version of this sample](https://www.microsoft.com/store/productId/9MSVH128X2ZT). Each control page in the application has links to relevant Microsoft Docs for that control.
|
||||
[Install a prebuilt version of this app from Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT). Each control page in the application has links to relevant Microsoft Docs for that control.
|
||||
|
||||
[Windows UI Library (WinUI)](https://docs.microsoft.com/uwp/toolkits/winui/)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче