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

ImageUploader.PaneLayout Property

Layout of Image Uploader panes.

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

Syntax

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

Property Value

The PaneLayout enumeration member that specifies layout of Image Uploader panes.

Default value is ThreePanes.

Remarks

This property corresponds to PaneLayout client-side property.

See Also

Reference