Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSimpleStyle.ShadowColor Property

Specifies the color of the border painted around the hot zone.

#Declaration

Delphi
property ShadowColor: TColor read; write; default clBtnShadow;

#Property Value

Type Default
TColor clBtnShadow

#Remarks

Use the ShadowColor property to change the color of the border painted around the hot zone. Changing this property is useful when you change the hot zone’s background color. Thus, you can provide shades of the same color to all elements of the hot zone. The image below shows hot zones with different background colors and corresponding border colors.

The next image illustrates changing the ShadowColor property value when the background color of the hot zone is unchanged.

Note

change the hot zone’s background color by changing the splitter’s Color property.

The default value of the ShadowColor property is clBtnShadow.

See Also