Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxActivityIndicatorGravityDotsProperties Class

Stores the settings of the gravity dots indicator style.

#Declaration

Delphi
TdxActivityIndicatorGravityDotsProperties = class(
    TdxActivityIndicatorDotBasedProperties
)

#Remarks

This class does the following:

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

  • Specifies how dots painted by this style move along a circular path in response to the associated activity’s progress, as if their movement is influenced by force of gravity.

See Also