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

ImageUploader.FolderPaneHeight Property

Height of the folder pane.

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

Syntax

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

Property Value

A positive integer value that specifies the height of the folder pane (in pixels). If -1 specified, the folder pane height becomes the same as the height of Image Uploader (upload pane becomes invisible).

Default value is 234.

Remarks

This property corresponds to FolderPaneHeight client-side property.

See Also

Reference