Skip to main content

TdxActivityIndicatorDotBasedProperties Class

Serves as the base class for classes that store the settings of activity indicator styles that display dots moving along a specific path in response to the activity’s progress.

Declaration

TdxActivityIndicatorDotBasedProperties = class(
    TdxActivityIndicatorProperties
)

Remarks

This class extends its ancestor class with properties that allow you to specify the color, size, and number of dots painted by the style. The TdxActivityIndicatorCircularDotsProperties, TdxActivityIndicatorHorizontalDotsProperties, and TdxActivityIndicatorGravityDotsProperties classes inherit from TdxActivityIndicatorDotBasedProperties to provide the settings for the circle dots, horizontal dots, and gravity dots indicator styles, respectively.

Inheritance

See Also