TdxTileControlItemGlyph Class
In This Article
Contains tile image settings.
#Declaration
Delphi
TdxTileControlItemGlyph = class(
TdxTileControlItemCustomGlyph
)
#Remarks
This class does not introduce any new functionality. It simply publishes the Images property that allows you to provide images for a specific tile.
A TdxTileControlItemGlyph object is referenced via a tile item’s Glyph property.
#Inheritance
See Also