Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Transparency Property


In This Topic
Transparency Property (IFillFormat)
In This Topic
Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Syntax
'Declaration
 
Property Transparency As Double
 
'Usage
 
Dim instance As IFillFormat
Dim value As Double
 
instance.Transparency = value
 
value = instance.Transparency

Property Value

The degree of transparency.
See Also