Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1023 Bytes

flashcontrol_auto.md

File metadata and controls

23 lines (16 loc) · 1023 Bytes
-api-id -api-type
P:Windows.Media.Devices.FlashControl.Auto
winrt property

Windows.Media.Devices.FlashControl.Auto

-description

Gets or sets a value that specifies if flash is automatically set. This value also determines if the focus assist light operates automatically or by default whenever AssistantLightEnabled is set.

-property-value

true if auto flash is set; otherwise, false. If this value is true while AssistantLightEnabled is also true, then the focus assist light will operate automatically instead of by default.

-remarks

You should check the value of the FlashControl object's Supported property before attempting to access this property. If Supported is false, attempting to access this property will throw an exception.

-examples

-see-also