Hey eyeryone!
How is it possible to get the selected FontFamily from the FontFamilyComboBox?
I hope somebody could help me.
ComboBoxItem item = ((ComboBox)test.Content).SelectedItem as ComboBoxItem;
if (item != null) {
FontFamily fontFam = item.Content as FontFamily;
}
Please log in to a validated account to post comments.