Skip to main content
Tab

IndicatorStyle Class

Serves as a base class for objects defining the appearance of the progress bar’s indicator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class IndicatorStyle :
    AppearanceStyleBase

The following members return IndicatorStyle objects:

Remarks

The base functionality implemented by the IndicatorStyle class is inherited by the ProgressBarIndicatorStyle and ProgressBarIndicatorStyle objects.

See Also