UIImagePickerController.AllowsImageEditing Property

Definition

Developers should not use this deprecated property.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsImageEditing { [Foundation.Export("allowsImageEditing")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 1, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsImageEditing:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 1, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsImageEditing : bool with get, set

Property Value

Set to false by default.

Attributes

Applies to