gradientSize Attribute | GradientSize Property

Sets or retrieves the percentage of the object that is covered by the gradient band.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.GradientWipe(
    gradientSize = fGradientWidth ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.GradientWipe").GradientSize [ = fGradientWidth ]

Possible Values

fGradientWidth Floating-point that specifies or receives a value that can range from 0.0 to 1.0.
0.0
the gradient band has no width as new content is revealed.
0.25
Default. 25% of the object is covered by a gradient band.
1.0
100% of the object is covered by a gradient band.

The property is read/write. The property has a default value of 0.25.

Applies To

GradientWipe