TabSheetSettings.ShowHorizontalFixedShadow

Syntax

ShowHorizontalFixedShadow: Boolean;

Description

The ShowHorizontalFixedShadow property determines whether a shadow should be shown under fixed rows.

Comments

Use JSON or the setShowHorizontalFixedShadow method to set the property value and the getShowHorizontalFixedShadow method to get the property value.

If the property is set to True (default), the shadow under fixed rows is shown, otherwise it is not.

Example

The example of use is given on the TabSheetSettings.HeadersHighlightingStyle property description page.

See also:

TabSheetSettings