orientation Attribute | Orientation Property

Internet Development Index

Sets or retrieves the value that indicates whether the filter effect is horizontal or vertical.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.filter-name(
    orientation = sOrientation ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.filter-name").Orientation [ = sOrientation ]

Possible Values

sOrientationString that specifies or receives the following values:
horizontalTransition lines are horizontal.
verticalTransition lines are vertical.

The property is read/write. The property has no default value for all objects with the following exceptions:
Barnvertical
RandomBarshorizontal

Applies To

Barn, RandomBars

See Also

Transitions, Transition Design Considerations