finishY Attribute | FinishY Property

Sets or retrieves the vertical position at which the opacity gradient ends.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Alpha(
    finishY = iPercent ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Alpha").FinishY [ = iPercent ]

Possible Values

iPercent Integer that specifies or receives the vertical position as a percentage of the height of the object.
0
Default.

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

Remarks

This property applies only to objects that have a linear opacity gradient specified—that is, the Style property is set to 1.

Applies To

Alpha

See Also

FinishX