offY Attribute | OffY Property

Internet Development Index

Sets or retrieves the value that the drop shadow is offset from the object along the y-axis.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.DropShadow(
    offY = iOffsetY ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.DropShadow").OffY [ = iOffsetY ]

Possible Values

iOffsetYInteger that specifies or receives the offset value, in pixels. Positive values move the shadow down, and negative values move it up.
5Default.

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

Applies To

DropShadow

See Also

OffX