Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType

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

Delphi

property IndicatorType: TActivityIndicatorType read FIndicatorType write SetIndicatorType default aitMomentumDots;

C++

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

プロパティ

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


説明

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

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

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

関連項目