maxSquare Attribute | MaxSquare Property

Sets or retrieves the maximum width in pixels of a pixelated square.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Pixelate(
    maxSquare = iWidth ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Pixelate").MaxSquare [ = iWidth ]

Possible Values

iWidth Integer that specifies or receives a width that can range from 2 to 50 pixels.
50
Default.

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

Applies To

Pixelate