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

FolderPane.Height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of the folder pane.

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

Syntax

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

Property Value

Type: System.Int32

The height of the folder pane. If you want to hide the folder pane, set this property to 0; by setting this property equal to Height you can hide the upload pane.

Default value is 300.

See Also

Reference