Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FlashControl.AssistantLightEnabled Property

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.

Gets or sets a value indicating whether focus assist light is enabled on the capture device.

public:
 property bool AssistantLightEnabled { bool get(); void set(bool value); };
bool AssistantLightEnabled();

void AssistantLightEnabled(bool value);
public bool AssistantLightEnabled { get; set; }
var boolean = flashControl.assistantLightEnabled;
flashControl.assistantLightEnabled = boolean;
Public Property AssistantLightEnabled As Boolean

Property Value

Boolean

bool

A value indicating whether focus assist light is enabled on the capture device. If Auto is enabled in addition to this, then the focus assist light will behave automatically as well.

Applies to


Feedback

Was this page helpful?