gradientSize Attribute | GradientSize Property

Internet Development Index

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

fGradientWidthFloating-point that specifies or receives a value that can range from 0.0 to 1.0.
0.0the gradient band has no width as new content is revealed.
0.25Default. 25% of the object is covered by a gradient band.
1.0100% 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