Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!---Property Triggers-->
  2. <Entry Placeholder="Insert your name"
  3. BackgroundColor="LightCoral" >
  4. <Entry.Triggers>
  5. <Trigger TargetType="Entry"
  6. Property="Text"
  7. Value="Charlin">
  8. <Setter Property="BackgroundColor" Value="LightBlue" />
  9. <Setter Property="Scale" Value="1.1" />
  10. </Trigger>
  11. </Entry.Triggers>
  12. </Entry>
Add Comment
Please, Sign In to add comment