SpreadsheetGear 2017
Transparency Property (IFillFormat)






SpreadsheetGear.Shapes Namespace > IFillFormat Interface : Transparency Property
Gets or sets the level of transparency of this fill as a value from 0.0 (opaque) to 1.0 (transparent).
Syntax
'Declaration
 
Property Transparency As System.Double
'Usage
 
Dim instance As IFillFormat
Dim value As System.Double
 
instance.Transparency = value
 
value = instance.Transparency
System.double Transparency {get; set;}
read-write property Transparency: System.Double; 
function get,set Transparency : System.double
__property System.double get_Transparency();
__property void set_Transparency( 
   System.double value
);
property System.double Transparency {
   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

IFillFormat Interface
IFillFormat Members