Back to Devexpress

TdxActivityIndicatorArcBasedProperties Class

vcl-dxactivityindicator-30fd6fad.md

latest1.6 KB
Original Source

TdxActivityIndicatorArcBasedProperties Class

Serves as the base class for classes that store the settings of activity indicator styles that display an elliptic arc whose two angular positions change over time, depending on the activity’s progress.

Declaration

delphi
TdxActivityIndicatorArcBasedProperties = class(
    TdxActivityIndicatorProperties
)

Remarks

This class extends its ancestor class with properties that allow you to specify the color and thickness of the elliptic arc painted by the style. The TdxActivityIndicatorElasticCircleProperties class inherits from TdxActivityIndicatorArcBasedProperties to provide the settings for the elastic circle indicator style.

Inheritance

TObject TPersistent TdxActivityIndicatorPersistent TdxActivityIndicatorProperties TdxActivityIndicatorArcBasedProperties

See Also

TdxActivityIndicatorArcBasedProperties Members

dxActivityIndicator Unit