SpreadsheetGear 2017
VisualOpacity Property (FormulaBar)






SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : VisualOpacity Property
Syntax
'Declaration
 
Protected Property VisualOpacity As System.Double
'Usage
 
Dim instance As FormulaBar
Dim value As System.Double
 
instance.VisualOpacity = value
 
value = instance.VisualOpacity
protected System.double VisualOpacity {get; set;}
protected read-write property VisualOpacity: System.Double; 
protected function get,set VisualOpacity : System.double
protected: __property System.double get_VisualOpacity();
protected: __property void set_VisualOpacity( 
   System.double value
);
protected:
property System.double VisualOpacity {
   System.double get();
   void set (    System.double 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