Share via


ARWorldTrackingConfiguration.AutoFocusEnabled Property

Definition

Gets or sets a value that controls whether autofocus is enabled on the device camera.

[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

A value that controls whether autofocus is enabled on the device camera.

Attributes

Applies to