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

ImageUploader.RotateIconClockwiseTooltipText Property

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

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

Syntax

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

Default value is "Rotate Clockwise".

Remarks

This property corresponds to RotateIconClockwiseTooltipText client-side property.

See Also

Reference