PhotoCamera.IsFocusAtPointSupported Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies whether the camera can programmatically auto focus on a specific point in the viewfinder.

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property IsFocusAtPointSupported As Boolean
public bool IsFocusAtPointSupported { get; }

Property Value

Type: System..::.Boolean
true if the camera can auto focus on a specific point; otherwise, false.

Remarks

For more information, see How to use camera focus in an app for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PhotoCamera Class

Microsoft.Devices Namespace