This documentation is for the old version. Go to the latest Upload Suite docs

InstallationProgress.ProgressImageUrl Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets a URL to a custom image which replaces a default wait indicator.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ProgressImageUrl As String
C#
public string ProgressImageUrl { get; set; }

Property Value

Type: System.String

The URL to a custom image which replaces a default wait indicator.

Default value is "Scripts/InstallationProgress.gif".

See Also

Reference