Skip to main content

TdxCustomActivityIndicator.Properties Property

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

Declaration

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 Name Properties / PropertiesClass Equivalent PropertiesClassName Equivalent Example
Circular Dots TdxActivityIndicatorCircularDotsProperties ‘TdxActivityIndicatorCircularDotsProperties’
Elastic Circle TdxActivityIndicatorElasticCircleProperties ‘TdxActivityIndicatorElasticCircleProperties’
Gravity Dots TdxActivityIndicatorGravityDotsProperties ‘TdxActivityIndicatorGravityDotsProperties’
Horizontal Dots TdxActivityIndicatorHorizontalDotsProperties ‘TdxActivityIndicatorHorizontalDotsProperties’
See Also