[Overview][Types][Classes][Procedures and functions][Index] |
Color used to draw the shadow on the control.
Source position: arrow.pp line 68
published property TArrow.ShadowColor : TColor |
ShadowColor is a TColor property with the color used to draw the shadow on the control (when enabled). The default value for the property is cl3DShadow. Changing the value for the property causes the control to be redrawn.
ShadowColor is used, along with ShadowType, in the Paint method to draw the triangle for the shadow on the control. The property value is used as both the pen and the brush color for the shadow triangle.
|
ShadowType - the type of shadowing: None, In, Out, EtchedIn, EtchedOut. |
|
|
Implements the paint handler used to draw the control. |
Version 4.0 | Generated 2025-05-03 | Home |