Gets or sets a height of the folder pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public int Height { get; set; }
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.