Skip to main content

TdxActivityIndicatorCircularDotsProperties Class

Stores the settings of the circular dots indicator style.

Declaration

TdxActivityIndicatorCircularDotsProperties = class(
    TdxActivityIndicatorDotBasedProperties
)

Remarks

This class does the following:

  • Inherits from its ancestor TdxActivityIndicatorDotBasedProperties the settings of the circular dots indicator style;

  • Initializes the AnimationTime property to 4000;

  • Specifies how dots painted by this style move along a circular path in response to the associated activity’s progress.

See Also