API:Vcl.WinXCtrls.TActivityIndicator.IndicatorType

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

Delphi

property IndicatorType;

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 を参照しています。

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

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

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

関連項目