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

ImageUploader.MenuThumbnailsText Property

Caption of the Thumbnails context menu item.

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

Syntax

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

Property Value

A string value that specifies a caption of the Thumbnails context menu item.

Default value is "Thumbnails".

Remarks

This property corresponds to MenuThumbnailsText client-side property.

See Also

Reference