Switch that specifies whether to display rotate icons on thumbnails in the upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadPaneAllowRotate As Boolean
public bool UploadPaneAllowRotate { get; set; }
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
.