Share via


FrameFlashControl.Auto Property

Definition

Gets or sets a value indicating whether flash settings are automatically set for a frame in a variable photo sequence.

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

void Auto(bool value);
public bool Auto { get; set; }
var boolean = frameFlashControl.auto;
frameFlashControl.auto = boolean;
Public Property Auto As Boolean

Property Value

Boolean

bool

True if the flash settings are automatically set for a frame in a variable photo sequence; otherwise, false.

Applies to