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

ImageUploader.ProgressDialogWidth Property

Width of the progress dialog.

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

Syntax

Visual Basic
Public Property ProgressDialogWidth As Integer
C#
public int ProgressDialogWidth { get; set; }

Property Value

A non-negative integer value which specifies a width of the progress dialog (in pixels).

Default value is 400.

Remarks

This property corresponds to ProgressDialogWidth client-side property.

See Also

Reference