TdxTileControlItemCustomGlyph Class
Contains base image settings for tiles.
Declaration
TdxTileControlItemCustomGlyph = class(
TdxTileControlItemPersistent
)
Remarks
This class provides properties that allow you to do the following:
Specify an image and how it is sized within a tile (Image, ImageIndex, and Mode);
Specify if this image is linked to a tile’s first text block and how they align with each other (AlignWithText);
Designate the image’s position within a tile (Align);
Adjust margins between the image and tile edges (IndentHorz and IndentVert).
A TdxTileControlItemCustomGlyph object is referenced via a tile’s Glyph property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxTileControlItemPersistent
TdxTileControlItemCustomGlyph
See Also