TcxSimpleStyle.DotsShadowColor Property
Specifies the color of the shadow displayed for dots.
Declaration
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