UIImage.ResizingMode Property

Definition

The resizing mode used by the image.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageResizingMode ResizingMode { [Foundation.Export("resizingMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ResizingMode : UIKit.UIImageResizingMode

Property Value

The default value is Tile.

Attributes

Remarks

The system may not always use the resizing mode specified by this property. Rather, it will use the "fastest mode possible while still retaining the desired visual appearance."

This can be used from a background thread.

Applies to

See also