Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorColor

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

Delphi

property IndicatorColor: TActivityIndicatorColor read FIndicatorColor write SetIndicatorColor default aicBlack;

C++

__property TActivityIndicatorColor IndicatorColor = {read=FIndicatorColor, write=SetIndicatorColor, default=0};

プロパティ

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


説明

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

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

  • aicBlack: デフォルト。 インジケータの要素は黒です。
  • aicWhite: インジケータの要素は白です。

関連項目