Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created June 9, 2019 00:41
Show Gist options
  • Save Sa1Gur/3fc8befb39551882a8cd06a7e16fafe0 to your computer and use it in GitHub Desktop.
Save Sa1Gur/3fc8befb39551882a8cd06a7e16fafe0 to your computer and use it in GitHub Desktop.
<...
xmlns:local="clr-namespace:EntryAccent"
x:Class="EntryAccent.MainPage"
>
...
<local:MyEntry Text="Text" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" MyHighlightColor="Blue" MyHandleColor="Violet" MyTintColor="Black" />
<local:MyEntry Placeholder="Placeholder" TextColor="White" PlaceholderColor="Green" BackgroundColor="YellowGreen" MyHighlightColor="Blue" MyHandleColor="Violet" MyTintColor="Black" />
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment