共用方式為


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。

適用於