Text of the error message which states that the user cancelled the upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MessageUploadCancelledText As String
public string MessageUploadCancelledText { get; set; }
A string value that specifies a text of the error message which states that the user cancelled the upload. To disable this message, set it to an empty string.
Default value is "Upload is cancelled.".