次の方法で共有


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

適用対象