Skip to main content

TdxTileControlOptionsBehavior.ItemHotTrackHighlightColor Property

Specifies the color used to highlight hot-tracked tile item.

Declaration

property ItemHotTrackHighlightColor: TdxAlphaColor read; write;

Property Value

Type Description
TdxAlphaColor

A transparent color.

Remarks

The specified color and the alpha channel information are alpha blended with a tile item to create a highlight effect. This effect is applied to a hot-tracked tile item only if the ItemHotTrackMode property is set to tcihtmHighlight.

The default values of the ItemHotTrackHighlightColor property for the tile and tile bar controls are specified by the dxTileControlItemHotTrackHighlightDefaultColor and dxTileBarItemHighlightMaskColor global constants, respectively.

See Also