Compartilhar via


RegionOfInterest.AutoFocusEnabled Propriedade

Definição

Obtém ou define um valor que especifica se o 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 da propriedade

Boolean

bool

true se o foco automático estiver habilitado; caso contrário, false.

Aplica-se a