Skip to main content

TdxTileControlStyle Class

Contains appearance settings of a tile control.

Declaration

TdxTileControlStyle = class(
    TdxTileControlCustomStyle
)

Remarks

This class extends its ancestor class with properties that allow you to customize the color of focused and checked tiles.

A TdxTileControlStyle object is referenced by a tile control’s Style property.

See Also