The Transparent property returns or sets the fill pattern background transparency mode. Returns a Boolean.
Syntax
object.Transparent
object.Transparent = Transparent
Parameter |
Type |
Description |
Transparent |
Boolean |
required; true to use a transparent background |
Remarks
A transparent background works with vector and stock pattern fills.
Example 1
This example demonstrates how to return whether or not the background of a fill is transparent.
Debug.Print FillFormat.Transparent
Example 2
This example demonstrates how to set the background of a fill to be transparent.
FillFormat.Transparent = True
Used by: FillFormat object