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.BorderColor Property

Specifies the color of the border painted around the hot zone.

#Declaration

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

#Property Value

Type Default
TColor clBtnShadow

#Remarks

When changing the hot zone’s color scheme via the LightColor, ShadowStartColor and ShadowHighlightStartColor properties, you may wish to change the BorderColor property as well. Also, a BorderColor property change may be required if the style of other controls on the form are changed, thus providing a common look and feel to all the controls in your application.

The image below displays the default appearance of the Media Player 9 hot zone.

Changing the BorderColor property value to a dark red color results in the following appearance.

Changing the LightColor and ShadowStartColor property values to shades of red makes the hot zone look more natural.

The default value of the BorderColor property is clBtnShadow.

See Also