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

ImageUploader.RotateIconCounterclockwiseImageFormat Property

List of images that specify different states of the counterclockwise rotation arrow which appears when the user hovers the mouse pointer over some thumbnail in the pane. 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 ReadOnly Property RotateIconCounterclockwiseImageFormat As ImageFormat
C#
public ImageFormat RotateIconCounterclockwiseImageFormat { get; }

Property Value

An ImageFormat instance that specifies different states the counterclockwise rotation arrow.

Remarks

This property corresponds to RotateIconCounterclockwiseImageFormat client-side property.

See Also

Reference