TileImageReferenceLabel property: Tile class

Description

Use the TileImageReferenceLabel property to set a tooltip (sometimes referred to as hover text) for image content as a String value. This tooltip can be read by screen readers and is also displayed as hover text.

This property is read/write.

Example

%This.setTileImageRef("MY_IMAGE");
%This.TileImageReferenceLabel("My tooltip");