rvico TRichView Reference | Item Types | Table

TRVTableItemInfo.CellBorderLightColor

Top  Previous  Next

Defines default "light" color of 3d border for all table cells.

property CellBorderLightColor: TColor;

See CellBorderStyle for details. To hide cell borders, set CellBorderWidth = 0.

This table attribute can be saved in HTML only with use of CSS (Cascading Style Sheet).

This value can be overridden with BorderLightColor of cell.

Default value:

clBtnHighlight

See also:

Undo of assignments to table propeties;
Colors and layout of tables (with pictures).

See also properties:

CellBorderColor;
BorderLightColor;
BorderColor.

See also properties of table cell:

BorderColor;
BorderLightColor.


RichView © Sergey Tkachenko