Skip to main content

TdxActivityIndicatorProperties Class

Serves as the base class for classes that store the style settings of activity indicators.

Declaration

TdxActivityIndicatorProperties = class(
    TdxActivityIndicatorPersistent
)

Remarks

This class introduces a set of properties that are common to all classes that store indicator style settings. TdxActivityIndicatorProperties descendants (TdxActivityIndicatorDotBasedProperties and TdxActivityIndicatorArcBasedProperties) extend this set with properties that are specific to certain indicator styles.

Inheritance

See Also