Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IndicatorType: TActivityIndicatorType read FIndicatorType write SetIndicatorType default aitMomentumDots;

C++

__property TActivityIndicatorType IndicatorType = {read=FIndicatorType, write=SetIndicatorType, default=0};

Eigenschaften

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


Beschreibung

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