Share via


CSSearchableItemAttributeSet.FocalLength35mm Property

Definition

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.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSNumber? FocalLength35mm { [Foundation.Export("isFocalLength35mm", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setFocalLength35mm:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isFocalLength35mm", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setFocalLength35mm:", ObjCRuntime.ArgumentSemantic.Strong)>]
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

Applies to