Skip to main content
A newer version of this page is available. .
Tab

ASPxProgressBar.IndicatorStyle Property

Gets the style settings which define the progress bar indicator‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ProgressBarIndicatorStyle IndicatorStyle { get; }

Property Value

Type Description
ProgressBarIndicatorStyle

A ProgressBarIndicatorStyle object that contains the style settings.

Remarks

This property is a wrapper of the ProgressBarProperties.IndicatorStyle property.

See Also