TcxSimpleStyle.DotsShadowColor Property
In This Article
Specifies the color of the shadow displayed for dots.
#Declaration
Delphi
property DotsShadowColor: TColor read; write; default clWindow;
#Property Value
Type | Default |
---|---|
TColor | cl |
#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