Back to Devexpress

TdxCustomActivityIndicator.Properties Property

vcl-dxactivityindicator-dot-tdxcustomactivityindicator.md

latest3.2 KB
Original Source

TdxCustomActivityIndicator.Properties Property

Specifies the indicator style displayed by the activity indicator control and provides access to the style settings.

Declaration

delphi
property Properties: TdxActivityIndicatorProperties read; write;

Property Value

Type
TdxActivityIndicatorProperties

Remarks

Use this property to do the following:

  • Access the properties of the currently selected indicator style;

  • Select another indicator style by assigning a corresponding style object. Alternatively, you can use the PropertiesClass or PropertiesClassName property.

The Properties property accepts a TdxActivityIndicatorProperties descendant that stores settings that are specific to a corresponding indicator style. To access them, cast the Properties property value to the corresponding indicator style class (see below). At design time, the Properties property displays the style name and includes the settings as sub-properties.

All the indicator styles available for the activity indicator control and the corresponding style classes (the Properties , PropertiesClass, and PropertiesClassName equivalents) are listed in the table below.

Style NameProperties / PropertiesClass EquivalentPropertiesClassName EquivalentExample
Circular DotsTdxActivityIndicatorCircularDotsProperties‘TdxActivityIndicatorCircularDotsProperties’
Elastic CircleTdxActivityIndicatorElasticCircleProperties‘TdxActivityIndicatorElasticCircleProperties’
Gravity DotsTdxActivityIndicatorGravityDotsProperties‘TdxActivityIndicatorGravityDotsProperties’
Horizontal DotsTdxActivityIndicatorHorizontalDotsProperties‘TdxActivityIndicatorHorizontalDotsProperties’

See Also

TdxCustomActivityIndicator Class

TdxCustomActivityIndicator Members

dxActivityIndicator Unit