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

ImageUploader.RotateIconCounterclockwiseTooltipText Property

Text of the tooltip which is displayed when the mouse pointer is hovering over the counterclockwise rotation arrow. By clicking this arrow the selected image will be rotated by 90 degrees counterclockwise.

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

Syntax

Visual Basic
Public Property RotateIconCounterclockwiseTooltipText As String
C#
public string RotateIconCounterclockwiseTooltipText { 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 counterclockwise rotation arrow.

Default value is "Rotate Counterclockwise".

Remarks

This property corresponds to RotateIconCounterclockwiseTooltipText client-side property.

See Also

Reference