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

ImageUploader.LargePreviewIconTooltipText Property

Text of the tooltip which is displayed when the mouse pointer is hovering over the large preview magnifier. By clicking this magnifier a separate window with a larger preview of the selected image will be opened.

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

Syntax

Visual Basic
Public Property LargePreviewIconTooltipText As String
C#
public string LargePreviewIconTooltipText { get; set; }

Property Value

A string value that specifies a text of the tooltip which is displayed when the mouse pointer is hovering over the large preview magnifier.

Default value is "Preview Thumbnail".

Remarks

This property corresponds to LargePreviewIconTooltipText client-side property.

See Also

Reference