ComponentOne Basic Library for WPF and Silverlight
FontFamily Property (C1ComboBoxItem)


C1.Silverlight Namespace > C1ComboBoxItem Class : FontFamily Property
Syntax
'Declaration
 
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As System.Windows.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public System.Windows.Media.FontFamily FontFamily {get; set;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members