Gets or sets the URL of the image for the progess indicator.
[Visual Basic]
Public Property IndicatorImage As
String
[C#]
public
String IndicatorImage {get; set;}
Remarks
A progress indicator is a special image used to indicate the current position of the ProgressBar. You can move the indicator image by calling setValue to set the ProgressBar's value.
See Also
ProgressBar Class | EO.Web Namespace