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

ImageUploader.RotateIconClockwiseImageFormat Property

List of images that specify different states of the clockwise 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 clockwise.

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

Syntax

Visual Basic
Public ReadOnly Property RotateIconClockwiseImageFormat As ImageFormat
C#
public ImageFormat RotateIconClockwiseImageFormat { get; }

Property Value

An ImageFormat instance that specifies different states of the clockwise rotation arrow.

Remarks

This property corresponds to RotateIconClockwiseImageFormat client-side property.

See Also

Reference