UIKit.UIImageRenderingMode Enumeration
An enumeration whose values specify rendering modes for a UIKit.UIImage.

Syntax

[ObjCRuntime.Native]
public enum UIImageRenderingMode

Remarks

A template image is used as a mask to create the final image. A template image inherits the UIImage.TintColor of its parent. Application developers who do not want this behavior should use UIImageRenderingMode.AlwaysOriginal.

Members

Member NameDescription
AlwaysOriginalAlways draws the original image, without treating it as a template.
AlwaysTemplateAlways draws the image as a template, ignoring its color information.
AutomaticThe default rendering mode for the context.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0