Vcl.WinXCtrls.TActivityIndicator.IndicatorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndicatorColor;

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.

Vcl.WinXCtrls.TActivityIndicator.IndicatorColor inherits from Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor. All content below this line refers to Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor.

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