Skip to main content

TdxTileControlOptionsBehavior.ItemOuterFrameColor Property

Specifies the color used to highlight outer frames painted around focused and hot-tracked tile items.

Declaration

property ItemOuterFrameColor: TColor read; write; default clDefault;

Property Value

Type Default Description
TColor clDefault

A color.

Remarks

The color specified by this property is applied to:

  • The outer frame that is painted around the currently focused tile item if the ItemFocusMode property is set to tcifmOuterFrame;

  • The outer frame that is painted around a hot-tracked tile item if the ItemHotTrackMode property is set to tcihtmOuterFrame.

If the ItemOuterFrameColor property is set to clDefault, the color specified by the tile item’s Style.GradientBeginColor property is applied to the frame. If the Style.GradientBeginColor property is set to clDefault, the color provided by the dxTileItemLightColor global constant is applied instead.

The default value of the ItemOuterFrameColor property is clDefault.

See Also