您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

WipeStyle Property

Internet Development Index

Sets or retrieves a value that indicates whether the gradient band moves vertically or horizontally.

Syntax

HTML
N/A
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.GradientWipe").WipeStyle [ = iStyle ]

Possible Values

iStyleString that specifies or receives one of the values listed in Possible Values.
0Default. Transition passes horizontally from left to right.
1Transition passes vertically from top to bottom.

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

Applies To

GradientWipe