SpreadsheetGear 2023
Transparency Property (ILineFormat)


SpreadsheetGear.Shapes Namespace > ILineFormat Interface : Transparency Property
Gets or sets the level of transparency of this line as a value from 0.0 (opaque) to 1.0 (transparent).
Syntax
'Declaration
 
Property Transparency As System.Double
'Usage
 
Dim instance As ILineFormat
Dim value As System.Double
 
instance.Transparency = value
 
value = instance.Transparency
System.double Transparency {get; set;}
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

ILineFormat Interface
ILineFormat Members