Compartir a través de


RegionOfInterest.AutoFocusEnabled Propiedad

Definición

Obtiene o establece un valor que especifica si el foco automático está habilitado.

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

void AutoFocusEnabled(bool value);
public bool AutoFocusEnabled { get; set; }
var boolean = regionOfInterest.autoFocusEnabled;
regionOfInterest.autoFocusEnabled = boolean;
Public Property AutoFocusEnabled As Boolean

Valor de propiedad

Boolean

bool

true si el foco automático está habilitado; de lo contrario, false.

Se aplica a