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

ImageUploader.RemoveIconImageFormat Property

List of images that specify different states of the removal cross which appears when the user hovers the mouse pointer over some thumbnail in the pane. By clicking this cross the selected image will be deleted from the upload list.

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

Syntax

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

Property Value

An ImageFormat instance that specifies different states of the removal cross.

Remarks

This property corresponds to RemoveIconImageFormat client-side property.

See Also

Reference