Text of the tooltip which is displayed when the mouse pointer is hovering over the description text field.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property DescriptionTooltipText As String
public string DescriptionTooltipText { get; set; }
A string value that specifies a text of the tooltip which is displayed when the mouse pointer is hovering over the description text field. It can contain any characters and use the following placeholder:
Placeholder | Description |
---|---|
[Text] | Currently entered description. |
Default value is "[Text]".