TcxMediaPlayer9Style.ShadowStartColor Property
Specifies the starting color of the gradient used to fill the dark area of the hot zone while not hot-tracked.
Declaration
property ShadowStartColor: TColor read; write; default $00F5E6CD;
Property Value
Type | Default |
---|---|
TColor | $00F5E6CD |
Remarks
The background style of the Media Player 9 hot zone can be customized using the LightColor, ShadowStartColor and ShadowHighlightStartColor properties. These properties allow you to provide a 3D look to the hot zone by painting the shadow using a gradient. Additionally, you can use the properties to set different shadow styles for the hot zone’s normal and hot-tracked states. Refer to the LightColor property description for details on using these properties.
The default value of the ShadowStartColor property is $00F5E6CD.
See Also