Windows 10 adaptive state triggers
In Windows 10 Xaml apps there are a few new features for building adaptive UI. Here is an example of the adaptive state trigger and the new property setters
The adaptive trigger allows you to set a minimum or maxium width and/or height which will then set the visual state.
The new property setters make it much easier to change properties on a visual state that don't require animation and a storyboard.










