TileHtmlAreaStyle property: Tile class

Description

Use the TileHtmlAreaStyle property to specify a custom style class for the HTML area as a String value. The custom style class must be defined in a custom free-form style sheet that you have attached using the TileSpecificStyleSheet property.

This property is read/write.

Example

/* Custom free-form style sheet */
%This.TileSpecificStyleSheet = StyleSheet.MY_TILES_CSS;

/*Apply your custom style class to the HTML area */
%This.TileHtmlAreaStyle = "my_custom_style";