Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnemaf/windowsmarkupextensions
Windows Markup Extensions for UWP apps
https://github.com/sonnemaf/windowsmarkupextensions
blend csharp uwp visualstudio xaml
Last synced: 2 months ago
JSON representation
Windows Markup Extensions for UWP apps
- Host: GitHub
- URL: https://github.com/sonnemaf/windowsmarkupextensions
- Owner: sonnemaf
- License: mit
- Created: 2018-09-19T09:01:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T13:37:35.000Z (about 6 years ago)
- Last Synced: 2024-10-04T20:36:29.686Z (3 months ago)
- Topics: blend, csharp, uwp, visualstudio, xaml
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WindowsMarkupExtensions
Windows Markup Extensions for UWP apps. It requires the Windows Fall Creators Update (16299) as the minimum version.Get it on nuget:
```
PM> Install-Package WindowsMarkupExtensions
```The **OnDevice** markup extension can be used for DeviceFamily specific property values.
It is inspired on the OnPlatform/OnIdiom markup extensions from Xamarin.Forms 3.2,
see https://github.com/xamarin/Xamarin.Forms/issues/2608```
```
Run the test app to see it in use.