FocusPreset Enum
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.
Defines the values for the possible focus presets.
public enum class FocusPreset
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FocusPreset
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FocusPreset
var value = Windows.Media.Devices.FocusPreset.auto
Public Enum FocusPreset
- Inheritance
-
FocusPreset
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that focus is automatically set by the capture. |
Manual | 1 | Indicates that focus is manually set. |
AutoMacro | 2 | Indicates that the capture device uses a close autofocus range. |
AutoNormal | 3 | Indicates that the capture device uses a normal autofocus range. |
AutoInfinity | 4 | Indicates that the capture device uses an infinite autofocus range. |
AutoHyperfocal | 5 | Indicates that the capture device uses a hyperfocal autofocus range. |