MobileImagePicker.AllowEditing

From Xojo Documentation

Property (As Boolean )
aMobileImagePicker.AllowEditing = newBooleanValue
or
BooleanValue = aMobileImagePicker.AllowEditing

Supported on Mobile.

Indicates if the user can edit the picture in the picker.

Sample Code

Display a picture picker that lets the user edit the picture they select:

MyImagePicker.AllowEditing = True
MyImagePicker.Source = iOSPicturePicker.Sources.Photos
MyImagePicker.Show