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

TcxXPTaskBarStyle.ShadowColor Property

Specifies the color of shadows painted for dots within the hot zone.

#Declaration

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

#Property Value

Type Default
TColor clBtnShadow

#Remarks

The XP task bar hot zone’s style can be customized using the LightColor and ShadowColor properties plus the Color property of the owning splitter control. Refer to the LightColor property description for details on how to use them.

The default value of the ShadowColor property is clBtnShadow.

See Also