Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default aicBlack;

C++

__property TActivityIndicatorColor IndicatorColor = {read=FIndicatorColor, write=SetIndicatorColor, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomActivityIndicator

Description

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