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

ImageUploader.DropFilesHereImageFormat Property

Image displayed on the upload pane when no files are selected for the upload.

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

A BackgroundImageFormat that settings of the image displayed on the upload pane when no files are selected for the upload.

Remarks

This property corresponds to DropFilesHereImageFormat client-side property.

See Also

Reference