FlashMode Enumeration

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

Defines the operating mode of the camera flash.

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

Syntax

Public Enumeration FlashMode
public enum FlashMode
<object property="enumerationValue" .../>

Members

Member name Description
On The camera flash is enabled.
Off The camera flash is disabled.
Auto The camera flash is in auto flash mode.
RedEyeReduction The camera flash is in red-eye reduction mode.

Remarks

For more information about how to implement these members, see How to use camera flash 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

Microsoft.Devices Namespace