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

Thumbnail.Width Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a width of this Thumbnail instance.

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

Syntax

Visual Basic
Public Property Width As Unit
C#
public Unit Width { get; set; }

Property Value

Type: System.Web.UI.WebControls.Unit

The width of the Thumbnail control.

Default value is 100px.

See Also

Reference