SpreadsheetGear 2017
FontStyle Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : FontStyle Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
Public Property FontStyle As System.Windows.FontStyle
'Usage
 
Dim instance As SheetTab
Dim value As System.Windows.FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
public System.Windows.FontStyle FontStyle {get; set;}
public read-write property FontStyle: System.Windows.FontStyle; 
System.ComponentModel.BindableAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
public function get,set FontStyle : System.Windows.FontStyle
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
public: __property System.Windows.FontStyle get_FontStyle();
public: __property void set_FontStyle( 
   System.Windows.FontStyle value
);
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Appearance")]
public:
property System.Windows.FontStyle FontStyle {
   System.Windows.FontStyle get();
   void set (    System.Windows.FontStyle 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

SheetTab Class
SheetTab Members