AlternateHeight property: ImageTile class

Description

Use the AlternateHeight property to set or return a number value representing the alternate height for a resizable tile. The default value is 0.

This property corresponds to the Alternate Height 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;