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

Specifies the default color of the arrow displayed within a hot zone (i.e. when it is not hot-tracked).

#Declaration

Delphi
property ArrowColor: TColor read; write; default clWindowText;

#Property Value

Type Default
TColor clWindowText

#Remarks

The color of the arrow displayed within the Media Player 9 hot zone can be customized using the ArrowColor and ArrowHighlightColor properties. They specify the normal arrow color and the color when hot-tracked by the mouse. Provide identical values for these properties if you do not want the arrow to change its color when pointing to the hot zone with the mouse.

The table below displays the result of setting the ArrowColor property to clBlack and clRed respectively.

The default value of the ArrowColor property is clWindowText.

See Also