TcxSimpleStyle.ShadowColor Property
Specifies the color of the border painted around the hot zone.
Declaration
property ShadowColor: TColor read; write; default clBtnShadow;
Property Value
Type | Default |
---|---|
TColor | clBtnShadow |
Remarks
Use the ShadowColor property to change the color of the border painted around the hot zone. Changing this property is useful when you change the hot zone’s background color. Thus, you can provide shades of the same color to all elements of the hot zone. The image below shows hot zones with different background colors and corresponding border colors.
The next image illustrates changing the ShadowColor property value when the background color of the hot zone is unchanged.
Note
change the hot zone’s background color by changing the splitter’s Color property.
The default value of the ShadowColor property is clBtnShadow.
See Also