CSSearchableItemAttributeSet.ExposureMode Property

Definition

Gets or sets a value that describes the exposure mode that was used to capture an image.

public virtual Foundation.NSNumber ExposureMode { [Foundation.Export("exposureMode", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setExposureMode:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.ExposureMode : Foundation.NSNumber with get, set

Property Value

0 indicates that exposure was handled automatically. 1 indicates that the exposure was handled manually. 2 indicates that auto-bracketing was used.

This value can be null.

Attributes

Applies to