RegionOfInterest.AutoFocusEnabled 属性

定义

获取或设置一个值,该值指定是否启用自动对焦。

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

属性值

Boolean

bool

如果启用自动对焦,则为 true;否则为 false

适用于