Vcl.WinXCtrls.TActivityIndicator.IndicatorColor

From RAD Studio API Documentation

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default 0;

C++

__property IndicatorColor = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TActivityIndicator

Description

The color of the activity indicator. {{#multireplace:Vcl.WinXCtrls.TActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

The color of the activity indicator.

Possible values are:

  • aicBlack: Default. The elements of the indicator are black.
  • aicWhite: The elements of the indicator are white.

See Also