noFlashReflection property

int noFlashReflection

Value indicating whether no flash reflection is visible.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get noFlashReflection => _handle.ref.NoFlashReflection;
void noFlashReflection=(int value)

Implementation

set noFlashReflection(int value) => _handle.ref.NoFlashReflection = value;