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입니다.

적용 대상