IndicatorStyle Class
In This Article
Serves as a base class for objects defining the appearance of the progress bar’s indicator.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class IndicatorStyle :
AppearanceStyleBase
#Related API Members
The following members return IndicatorStyle objects:
#Remarks
The base functionality implemented by the IndicatorStyle class is inherited by the ProgressBarIndicatorStyle and ProgressBarIndicatorStyle objects.
#Inheritance
See Also