GradientStop.Transparency Property
Office Developer Reference |
Gets or sets a value representing the opacity of the gradient fill expressed as a percent. Read/write.
Syntax
expression.Transparency
expression An expression that returns a GradientStop object.
Return Value
Single
Remarks
Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.
See Also