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.DotsShadowColor Property

Specifies the color of the shadow displayed for dots.

#Declaration

Delphi
property DotsShadowColor: TColor read; write; default clWindow;

#Property Value

Type Default
TColor clWindow

#Remarks

The color of points displayed by the simple hot zone can be customized using the DotsColor and DotsShadowColor properties. Refer to the DotsColor property description for details.

For other changes to the simple hot zone’s appearance, see the LightColor and ShadowColor properties.

The default value of the DotsShadowColor property is clWindow.

See Also