GroupletIDStyleClass property: Tile class
Description
Use the GroupletIDStyleClass property to specify a custom style class 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 tile content */
%This.GroupletIDStyleClass = "my_custom_style";
Related Topics