TcxXPTaskBarStyle.ShadowColor Property
Specifies the color of shadows painted for dots within the hot zone.
Declaration
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