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


説明

表示するインジケータの型です。

IndicatorType に使用可能な値は次のとおりです:

  • aitMomentumDots: デフォルト値。 Windows 8/10 の従来型の回転する一連のドットです。円を描くように加減速します。
  • aitRotatingSector: 分割されたリングの各部分が交互に順に強調表示されてアクティビティを示します。
  • aitSectorRing: 分割されたリングの各部分が順に強調表示されていき、最終的にはリングがすべて強調表示されます。 次に通過するときには、各部分が順に淡色表示になります。
  • aitRotatingLines: 透明度の異なる線をリング状に回転させます。
  • aitRefresh: 更新アイコンが回転します。

関連項目