Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created June 19, 2018 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Char0394/603ef2e5397000f7f67b9f6352d5d875 to your computer and use it in GitHub Desktop.
Save Char0394/603ef2e5397000f7f67b9f6352d5d875 to your computer and use it in GitHub Desktop.
<!---Property Triggers-->
<Entry Placeholder="Insert your name"
BackgroundColor="LightCoral" >
<Entry.Triggers>
<Trigger TargetType="Entry"
Property="Text"
Value="Charlin">
<Setter Property="BackgroundColor" Value="LightBlue" />
<Setter Property="Scale" Value="1.1" />
</Trigger>
</Entry.Triggers>
</Entry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment