irisStyle Attribute | IrisStyle

HTML (DHTML)

irisStyle Attribute | IrisStyle Property

Internet Development Index

Sets or retrieves the shape of the Iris filter aperture.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Iris(
    irisStyle = sShape ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Iris").IrisStyle [ = sShape ]

Possible Values

sShapeString that specifies or receives one of the following values:
DIAMONDDiamond-shaped aperture.
CIRCLECircular aperture.
CROSSX-shaped aperture.
PLUSDefault. Plus sign-shaped aperture.
SQUARESquare aperture.
STARStar-shaped aperture.

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

Applies To

Iris

See Also

Transitions, Transition Design Considerations