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

Uploader.PaneLayout Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets of sets Image Uploader layout.

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

Syntax

Visual Basic
Public Property PaneLayout As PaneLayoutMode
C#
public PaneLayoutMode PaneLayout { get; set; }

Property Value

Type: Aurigma.ImageUploader.PaneLayoutMode

The Image Uploader layout.

Default value is ThreePanes.

Remarks

Keep in mind that Image Uploader is not designed to switch between layouts in run-time.

See Also

Reference

Manual