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

UploadPane.DropFilesHereImageFormat Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets an BackgroundImageFormat object configuring an image displayed on the upload pane when it is empty.

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

Syntax

Visual Basic
Public ReadOnly Property DropFilesHereImageFormat As BackgroundImageFormat
C#
public BackgroundImageFormat DropFilesHereImageFormat { get; }

Property Value

Type: Aurigma.ImageUploader.BackgroundImageFormat

The image displayed on the upload pane when it is empty. If an empty string is specified, a standard Drop Files Here label is displayed.

See Also

Reference

Manual