Share via


ARImageTrackingConfiguration.AutoFocusEnabled Property

Definition

Gets or sets whether the camera is using autofocus. If false, fixed focus is used.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AutoFocusEnabled { [Foundation.Export("isAutoFocusEnabled")] get; [Foundation.Export("setAutoFocusEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isAutoFocusEnabled")>]
[<set: Foundation.Export("setAutoFocusEnabled:")>]
member this.AutoFocusEnabled : bool with get, set

Property Value

The default value is true.

Attributes

Applies to