TdxActivityIndicatorHorizontalDotsProperties Class
In This Article
Stores the settings of the horizontal dots indicator style.
#Declaration
Delphi
TdxActivityIndicatorHorizontalDotsProperties = 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 horizontal line in response to the associated activity’s progress.
#Inheritance
TObject
TPersistent
TdxActivityIndicatorPersistent
TdxActivityIndicatorProperties
TdxActivityIndicatorDotBasedProperties
TdxActivityIndicatorHorizontalDotsProperties
See Also