ARObjectScanningConfiguration.AutoFocusEnabled 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 whether the camera should use autofocusing. If false
, manual focus is used.
public virtual bool AutoFocusEnabled { [Foundation.Export("isAutoFocusEnabled")] get; [Foundation.Export("setAutoFocusEnabled:")] set; }
member this.AutoFocusEnabled : bool with get, set
Property Value
The default value is true
.
- Attributes