TdxTileControlStyle.CheckedItemFrameColor Property
Specifies the color of the frame displayed around checked tiles.
Declaration
property CheckedItemFrameColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
You can customize this property in combination with other style properties to create distinctive color sets for tiles. If this property is set to clDefault, the clHighlight color is used to paint frames in checked tiles.
The default value of the CheckedItemFrameColor property is clDefault.
See Also