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

TcxMediaPlayer8Style.ShadowColor Property

Specifies the color used to paint the shadow within the hot zone.

#Declaration

Delphi
property ShadowColor: TColor read; write; default clBtnShadow;

#Property Value

Type Default
TColor clBtnShadow

#Remarks

The Media Player 8 hot zone is painted using two colors. These colors are specified by the LightColor and ShadowColor properties. The ShadowColor property sets the color used to paint the border and shadows.

Refer to the LightColor property description for details on using these two properties.

The default value of the ShadowColor property is clBtnShadow.

See Also