SpreadsheetGear 2017
FontFamily Property (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : FontFamily Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.Windows.LocalizabilityAttribute(LocalizationCategory.Font)>
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As RowHeader
Dim value As System.Windows.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
[System.Windows.Localizability(LocalizationCategory.Font)]
public System.Windows.Media.FontFamily FontFamily {get; set;}
public read-write property FontFamily: System.Windows.Media.FontFamily; 
System.ComponentModel.BindableAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
System.Windows.LocalizabilityAttribute(LocalizationCategory.Font)
public function get,set FontFamily : System.Windows.Media.FontFamily
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
[System.Windows.Localizability(LocalizationCategory.Font)]
public: __property System.Windows.Media.FontFamily* get_FontFamily();
public: __property void set_FontFamily( 
   System.Windows.Media.FontFamily* value
);
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
[System.Windows.Localizability(LocalizationCategory.Font)]
public:
property System.Windows.Media.FontFamily^ FontFamily {
   System.Windows.Media.FontFamily^ get();
   void set (    System.Windows.Media.FontFamily^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowHeader Class
RowHeader Members