FrameController.PhotoConfirmationEnabled 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 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.