Sets or retrieves the shape characteristics of the opacity gradient.
dhtml语法
HTML | { filter:progid:dximagetransform.microsoft. alpha( style = istyle ... ) ... } |
---|
scripting | |
---|
dhtml可能的值
iStyle | Integer that
specifies or receives one of the following values: 0 | Default. Uniform opacity gradient. | 1 | Linear opacity gradient. | 2 | Radial opacity gradient. | 3 | Rectangular opacity gradient. |
|
The property is read/write.
The property has a default value of
0.
Remarks
The listing below provides more information on how the alpha filter properties support each style of filtered output.
- UniformApplies the opacity value evenly across the object.
- linearapplies an even opacity gradient, beginning with the opacity value on a line from startx to starty and ending with the finishopacity value ending on a line from finishx to finishy.
- radialapplies an even opacity gradient, beginning in the center with the opacity value and ending at the middle of the sides of the object with the finishopacity value. the corners of the object are not affected by the opacity gradient.
- rectangularapplies an even opacity gradient, beginning at the sides of the object with the opacity value and ending at the center of the object with the finishopacity value.
applies to