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

ImageUploader.FolderPaneAllowRotate Property

Switch that specifies whether to display rotate icons on thumbnails in the folder pane.

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

Syntax

Visual Basic
Public Property FolderPaneAllowRotate As Boolean
C#
public bool FolderPaneAllowRotate { get; set; }

Property Value

A boolean value (true or false). If true, rotate icons (arrows) are visible when the user hovers a mouse pointer over the thumbnail, and therefore the user can rotate the images. Otherwise, these icons are not displayed and the user cannot rotate the images manually.

Default value is true.

Remarks

This property corresponds to FolderPaneAllowRotate client-side property.

See Also

Reference