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