CSSearchableItemAttributeSet.ExposureMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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