Switch that specifies whether to display rotate icons on preview thumbnails.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowRotate As Boolean
public bool AllowRotate { 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
.