Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created December 16, 2020 10:44
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 sthewissen/1f00e0a660d84f259abb8278396af11d to your computer and use it in GitHub Desktop.
Save sthewissen/1f00e0a660d84f259abb8278396af11d to your computer and use it in GitHub Desktop.
AppThemeBinding
<ContentPage>
<StackLayout Margin="20">
<Label Text="This text is green in light mode, and red in dark mode."
TextColor="{AppThemeBinding Light=Green, Dark=Red}" />
<Image Source="{AppThemeBinding Light=lightlogo.png, Dark=darklogo.png}" />
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment