finishOpacity Attribute | FinishOpacity Property

Internet Development Index

Sets or retrieves the opacity level at the end of the gradient applied with the Alpha filter.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Alpha(
    finishOpacity = iOpacity ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Alpha").FinishOpacity [ = iOpacity ]

Possible Values

iOpacityInteger that specifies or receives the opacity level. The value can range from 0 (fully transparent) to 100 (fully opaque).
0Default. Transparent.
100Opaque.

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

Remarks

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

Applies To

Alpha

See Also

Opacity