TcxMediaPlayer8Style.ArrowColor Property
Specifies the default color of the arrow displayed within a hot zone (i.e. when it is not hot-tracked).
Declaration
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