InterviewSolution
| 1. |
What Does State Triggers In Windows 10 Uwp? |
|
Answer» StateTriggers is property of VisualState, which can defines a RULE in Xaml that specify when a particular VisualState is to be APPLIED. And it allows the developer to check CERTAIN conditions like the WINDOW height or window width and then the VisualState.Setters property DEFINE visual states in response to those certain conditions. StateTriggers is property of VisualState, which can defines a rule in Xaml that specify when a particular VisualState is to be applied. And it allows the developer to check certain conditions like the window height or window width and then the VisualState.Setters property define visual states in response to those certain conditions. |
|