FrameController.PhotoConfirmationEnabled Property

Definition

Gets or sets whether photo confirmation is enabled for a frame in a variable photo sequence.

public:
 property IReference<bool> ^ PhotoConfirmationEnabled { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> PhotoConfirmationEnabled();

void PhotoConfirmationEnabled(IReference<bool> value);
public System.Nullable<bool> PhotoConfirmationEnabled { get; set; }
var iReference = frameController.photoConfirmationEnabled;
frameController.photoConfirmationEnabled = iReference;
Public Property PhotoConfirmationEnabled As Nullable(Of Boolean)

Property Value

Whether photo confirmation is enabled for a frame in a variable photo sequence.

Applies to