다음을 통해 공유


ExposurePriorityVideoControl.Enabled 속성

정의

ExposurePriorityVideoControl이 사용되는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = exposurePriorityVideoControl.enabled;
exposurePriorityVideoControl.enabled = boolean;
Public Property Enabled As Boolean

속성 값

Boolean

bool

True이면 ExposurePriorityVideoControl 을 사용할 수 있습니다. 그렇지 않으면 false입니다.

적용 대상