gridSizeX Attribute | GridSizeX Property

Internet Development Index

Sets or retrieves the number of grid columns used for the filter. The value can range from 1 to 100.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.filter-name(
    gridSizeX = iColumns ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.filter-name").GridSizeX [ = iColumns ]

Possible Values

iColumnsInteger that specifies or receives the number of grid columns.
16Default.

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

Remarks

The combination of the GridSizeX and GridSizeY property values divides the content of an object into a grid for the filter to use.

Applies To

Spiral, Zigzag

See Also

Transitions, Transition Design Considerations