Skip to main content

TcxMediaPlayer9Style.ShadowHighlightStartColor Property

Specifies the starting color of the gradient used to fill the dark area of the hot zone while in hot-tracked state.

Declaration

property ShadowHighlightStartColor: TColor read; write; default $00AFF5C3;

Property Value

Type Default
TColor $00AFF5C3

Remarks

The Media Player 9 hot zone is comprised of light and dark areas. The dark area is filled with a gradient brush whose start color can be specified for both normal and hot-tracked states of the hot zone. Use the ShadowStartColor and ShadowHighlightStartColor properties to set this color when the mouse pointer is outside and within the hot zone respectively. The gradient’s end color is set automatically to a darker shade of the start color.

The color of the hot zone’s light area is specified by the LightColor property. Refer to this property description for details on customizing the appearance of the Media Player 9 hot zone.

The default value of the ShadowHightlightStartColor property is $00AFF5C3.

See Also