Vcl.WinXCtrls.TActivityIndicator.IndicatorSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndicatorSize;

C++

__property IndicatorSize = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TActivityIndicator

Description

The size of the activity indicator.

Vcl.WinXCtrls.TActivityIndicator.IndicatorSize inherits from Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorSize. All content below this line refers to Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorSize.

The size of the activity indicator.

Possible values are:

  • aisSmall: 24 x 24 pixels.
  • aisMedium: Default. 32 x 32 pixels.
  • aisLarge: 48 x 48 pixels.
  • aisXLarge: 64 x 64 pixels.

See Also