API: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

説明

アクティビティ インジケータのタイプ。 {{#multireplace:Vcl.WinXCtrls.TActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目