Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default aicBlack;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomActivityIndicator


Beschreibung

Die Farbe des Aktivitätsindikators.

Mögliche Werte:

  • aicBlack: Standard. Die Elemente des Indikators sind schwarz.
  • aicWhite: Die Elemente des Indikators sind weiß.

Siehe auch