Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <ComboBox
  2. ItemsSource="{Binding Source={???}, Converter={local:MyEnumConverter}}"
  3. SelectedValuePath="Value"
  4. DisplayMemberPath="Description"
  5. SelectedValue="{Binding Path = TextWrapping}"
  6. />
Add Comment
Please, Sign In to add comment