SpreadsheetGear 2017
FontStyle Property (WorkbookView)






SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : FontStyle Property
Syntax
'Declaration
 
Public Property FontStyle As System.Windows.FontStyle
'Usage
 
Dim instance As WorkbookView
Dim value As System.Windows.FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
public System.Windows.FontStyle FontStyle {get; set;}
public read-write property FontStyle: System.Windows.FontStyle; 
public function get,set FontStyle : System.Windows.FontStyle
public: __property System.Windows.FontStyle get_FontStyle();
public: __property void set_FontStyle( 
   System.Windows.FontStyle value
);
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

WorkbookView Class
WorkbookView Members