Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default aicBlack;

C++

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

Propriétés

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


Description

La couleur de l'indicateur d'activité.

Les valeurs possibles sont :

  • aicBlack : valeur par défaut. Les éléments de l'indicateur sont noirs.
  • aicWhite : les éléments de l'indicateur sont blancs.

Voir aussi