IsResizable property: ImageTile class

Description

Use the IsResizable property to set or return a boolean value indicating whether to allow the tile to be redisplayed at the specified alternate dimensions. The default value is False.

This property corresponds to the Resizable field, which is defined on the Fluid Attributes page of the target page content reference definition, and in Step 4 in Tile Wizard.

This property is read/write.

Example

If &t1.IsResizable Then
   &t1.AlternateHeight = 2;
   &t1.AlternateWidth = 2;
End-If;