TileSpecificStyleSheet property: Tile class
Description
Use the TileSpecificStyleSheet to attach a custom free-form style sheet. Then, use either the GroupletIDStyleClass property or the TileHtmlAreaStyle property to specify a custom style class that is defined in the style sheet.
This property is read/write.
Example
/* Custom free-form style sheet */
%This.TileSpecificStyleSheet = StyleSheet.MY_TILES_CSS;
/*Apply your custom style class to the tile content */
%This.GroupletIDStyleClass = "my_custom_style";