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.
Setting the LightColor and ShadowColor properties to light and dark shades of blue, results in the following appearance.
The default value of the LightColor property is clWindow.
See Also