FrameController.PhotoConfirmationEnabled 属性

定义

获取或设置是否为可变照片序列中的帧启用照片确认。

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)

属性值

是否为可变照片序列中的帧启用照片确认。

适用于