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

ImageUploader.ButtonDeleteFilesImageFormat Property

List of images that specify different states of the button which deletes selected files from the file system.

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

Syntax

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

Property Value

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

Remarks

This property corresponds to ButtonDeleteFilesImageFormat client-side property.

See Also

Reference