<Label Text="$Sum({Value1}, {Value2})" />
<Button BackgroundColor="#7d7d7d"
Highlighted-BackgroundColor="Gray90"
Pressed-BackgroundColor="#ef706a" />
You can switch between view states by calling SetState(stateName).
<StateAnimation From="Any" To="Highlighted">
<Animate Field="BackgroundColor" Duration="0.05" />
</StateAnimation>
<StateAnimation From="Highlighted" To="Default">
<Animate Field="BackgroundColor" Duration="0.5" />
</StateAnimation>
Be notified when new themes, views, tutorials and updates are available