PhotoCamera.IsFocusSupported 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 be auto-focused programmatically.

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

Syntax

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

Property Value

Type: System..::.Boolean
true if auto-focus can be initiated programmatically; 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