Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active March 4, 2019 13:57
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 jfversluis/73c5b4113fc6a30a6f8240a779ab9902 to your computer and use it in GitHub Desktop.
Save jfversluis/73c5b4113fc6a30a6f8240a779ab9902 to your computer and use it in GitHub Desktop.
Setting the UnselectedTabColor and SelectedTabColor in Xamarin.Forms
Color TabbedPage.UnselectedTabColor { get; set; } //Bindable Property
Color TabbedPage.SelectedTabColor { get; set; } //Bindable Property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment