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

PaneViewMode Enumeration

Specifies possible values for Image Uploader Flash view modes.

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

Syntax

Visual Basic
Public Enumeration PaneViewMode
C#
public enum PaneViewMode

Members

Member name Description
Tiles

Each file appears as a thumbnail (or icon for non-image files), with a file name and details (file type, last modification date, and file size) on the right. It is possible to attach a description to each file. If a file is recognized as image, it can be rotated.

Thumbnails

Images are displayed as thumbnails, non-images are displayed as icons. It is possible to attach a description to each file. If a file is recognized as image, it can be rotated.

Icons

Files are displayed as icons with their names on the right.

See Also

Reference

Manual