Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Last active December 21, 2019 14:47
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 icebeam7/6c0ab0f37dc3aa5a115e2b01d34df128 to your computer and use it in GitHub Desktop.
Save icebeam7/6c0ab0f37dc3aa5a115e2b01d34df128 to your computer and use it in GitHub Desktop.
MyCustomPicker: PickerExample.xaml
<Picker Title="Select a monkey"
TitleColor="Green"
ItemsSource="{Binding Monkeys}"
ItemDisplayBinding="{Binding Name}"
TextColor="Orange"
FontAttributes="Italic"
FontSize="24"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment