Switch that specifies whether clicking on a rotate icon of a list item will rotate all selected items.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowMultipleRotate As Boolean
public bool AllowMultipleRotate { get; set; }
A boolean value (true
or false
). If true
, when the user clicks the rotate icon on the thumbnail, all selected items will be rotated. Otherwise Image Uploader will rotate only the item an icon is clicked at.
Default value is false
.