Skip to main content

TcxMediaPlayer8Style.LightColor Property

Specifies the light color used to paint the hot zone.

Declaration

property LightColor: TColor read; write; default clWindow;

Property Value

Type Default
TColor clWindow

Remarks

The hot zone provided by the TcxMediaPlayer8Style object is painted using two colors to simulate a 3D effect. These colors are specified by the LightColor and ShadowColor properties. They are likely to be set to shades of the same color and the ShadowColor is normally a darker shade.

The image below shows the default appearance of the Media Player 8 hot zone.

Media Player 8-Style Hot Zone Example

Setting the LightColor and ShadowColor properties to light and dark shades of blue, results in the following appearance.

Media Player 8-Style Hot Zone Example with a Custom Color

The default value of the LightColor property is clWindow.

See Also