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


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

Property Value

The degree of transparency.
See Also