Vcl.WinXCtrls.TActivityIndicator.IndicatorType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IndicatorType: TActivityIndicatorType read FIndicatorType write SetIndicatorType default 0;

C++

__property IndicatorType = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TActivityIndicator

Beschreibung

Der Typ des Aktivitätsindikators.

Vcl.WinXCtrls.TActivityIndicator.IndicatorType erbt von Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType. Der folgende Inhalt bezieht sich auf Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType.

Der Typ des Aktivitätsindikators.

Mögliche Werte:

  • aitMomentumDots : Standard. Herkömmliche, sich drehende Folge von Punkten in Windows 8/10, die in einem kreisförmigen Muster beschleunigt und verlangsamt wird.
  • aitRotatingSector : Alternierende Sektoren eines segmentierten Rings werden nacheinander hervorgehoben, um Aktivität anzugeben.
  • aitSectorRing : Sektoren eines segmentierten Rings werden nacheinander hervorgehoben, bis der Ring vollständig hervorgehoben ist. Im nächsten Schritt wird jeder Sektor grau dargestellt.

Siehe auch