offX Attribute | OffX Property

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

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.DropShadow(
    offX = iOffsetX ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.DropShadow").OffX [ = iOffsetX ]

Possible Values

iOffsetX Integer that specifies or receives the offset value, in pixels. Positive values move the drop shadow to the right, and negative values move it to the left.
5
Default.

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

Applies To

DropShadow

See Also

OffY