SpreadsheetGear 2017
BorderThickness Property (FormulaBar)






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

FormulaBar Class
FormulaBar Members