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

Uploader.Height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of the control.

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

Syntax

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

Property Value

Type: System.Web.UI.WebControls.Unit

The height of the control.

Default value is 400px.

See Also

Reference