Aurigma Image Uploader 6.5 Dual
ImageUploader..::.MegabytesText Property
Text for the megabytes unit in the progress dialog.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property MegabytesText As String
C#
public string MegabytesText { get; set; }
Property Value
A string value that specifies a text for the megabytes unit in the progress dialog. As this string is inserted at the end of the sentence, you should specify it without capitalization.
Default value is "megabytes".
Remarks
This property corresponds to MegabytesText client-side property.