TcxMediaPlayer8Style.ShadowColor Property
Specifies the color used to paint the shadow within the hot zone.
Declaration
property ShadowColor: TColor read; write; default clBtnShadow;
Property Value
Type | Default |
---|---|
TColor | clBtnShadow |
Remarks
The Media Player 8 hot zone is painted using two colors. These colors are specified by the LightColor and ShadowColor properties. The ShadowColor property sets the color used to paint the border and shadows.
Refer to the LightColor property description for details on using these two properties.
The default value of the ShadowColor property is clBtnShadow.
See Also