Back to Devexpress

TdxTileControlOptionsBehavior.ItemHotTrackHighlightColor Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsbehavior-1f2aa7ec.md

latest1.4 KB
Original Source

TdxTileControlOptionsBehavior.ItemHotTrackHighlightColor Property

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

Declaration

delphi
property ItemHotTrackHighlightColor: TdxAlphaColor read; write;

Property Value

TypeDescription
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

TdxTileControlOptionsBehavior Class

TdxTileControlOptionsBehavior Members

dxCustomTileControl Unit