opacity Attribute | Opacity Property
opacity Attribute | Opacity Property

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

Syntax

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

Possible Values

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

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

Applies To

Alpha
© 2010 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View