SpreadsheetGear 2017
FontStretch Property (RowHeader)






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