CSSearchableItemAttributeSet.FocalLength35mm 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 number with Boolean semantics that indicates if the focal length of the device that was used to capture an image was 35 mm.
public virtual Foundation.NSNumber FocalLength35mm { [Foundation.Export("isFocalLength35mm", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setFocalLength35mm:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.FocalLength35mm : Foundation.NSNumber with get, set
Property Value
1
indicates that the focal length was 35mm. 0
indicates that it was not.
This value can be null
.
- Attributes