Height of the folder pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property FolderPaneHeight As Integer
public int FolderPaneHeight { get; set; }
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
.