FlashControl.AssistantLightEnabled Property

Definition

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