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

ImageUploader.ButtonAddToUploadListImageFormat Property

List of images that specify different states of the Add button (which adds selected files from folder pane to upload pane).

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

Syntax

Visual Basic
Public ReadOnly Property ButtonAddToUploadListImageFormat As ImageFormat
C#
public ImageFormat ButtonAddToUploadListImageFormat { get; }

Property Value

An ImageFormat instance that specifies images that are displayed in different states of the Add button (focused, pressed, etc.).

Remarks

This property corresponds to ButtonAddToUploadListImageFormat client-side property.

See Also

Reference