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

ImageUploader.ButtonStopImageFormat Property

List of images that specify different states of the Stop button which aborts the upload.

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

Syntax

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

Property Value

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

Remarks

This property corresponds to ButtonStopImageFormat client-side property.

See Also

Reference