Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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