Vcl.WinXCtrls.TActivityIndicator.IndicatorType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IndicatorType: TActivityIndicatorType read FIndicatorType write SetIndicatorType default 0;

C++

__property IndicatorType = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TActivityIndicator

説明

アクティビティ インジケータのタイプ。

Vcl.WinXCtrls.TActivityIndicator.IndicatorType は Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType を継承しています。以下の内容はすべて Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType を参照しています。

アクティビティ インジケータのタイプ。

取り得る値は以下のとおりです。

  • aitMomentumDots : デフォルト。 Windows 8/10 の従来型の回転する連続点。円を描くように加速および減速します。
  • aitRotatingSector : 分割されたリングの各部分が交互に順に強調表示され、アクティブティを示します。
  • aitSectorRing : 分割されたリングの各部分が順に強調表示され、リングがすべて強調表示されるまで続きます。次に通過する際には、各部分が順に淡色表示になります。

関連項目