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

Use the ArrowColor property to change the color of the arrow displayed within the hot zone. You can also change the its color when the hot zone is hot-tracked by using the ArrowHighlightColor property.

The table below shows how changing the ArrowColor property affects the appearance of the hot zone. The property is set to clBlack and clRed respectively.

The default value of the ArrowColor property is clWindowText.

See Also