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


In This Topic
Transparency Property (IShadowFormat)
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 IShadowFormat
Dim value As Double
 
instance.Transparency = value
 
value = instance.Transparency

Property Value

The degree of transparency.
Remarks
The value of this property affects the appearance of solid-colored fills and lines only; it has no effect on the appearance of patterned lines or patterned, gradient, picture, or textured fills.
See Also