Skip to content

Instantly share code, notes, and snippets.

@haavamoa
Created July 25, 2020 19:51
Show Gist options
  • Save haavamoa/1d518f0ea151215cfee1f71dab31a0dc to your computer and use it in GitHub Desktop.
Save haavamoa/1d518f0ea151215cfee1f71dab31a0dc to your computer and use it in GitHub Desktop.
<Label Text="Is visible if MyText is not empty"
IsVisible="{Binding MyText, Converter={converters:IsEmptyConverter Inverted=True}}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment