Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.