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
| sOrientation | String that
specifies or receives  the following values: | horizontal | Transition lines are horizontal. |  | vertical | Transition lines are vertical. |  
  | 
The property is read/write.
The property has no default value
for all objects with the
following exceptions:
Applies To
See Also
Transitions, Transition Design Considerations