Share via


FrameExposureCompensationControl.Value 属性

定义

获取或设置可变照片序列中帧的曝光补偿时间。

public:
 property IReference<float> ^ Value { IReference<float> ^ get(); void set(IReference<float> ^ value); };
IReference<float> Value();

void Value(IReference<float> value);
public System.Nullable<float> Value { get; set; }
var iReference = frameExposureCompensationControl.value;
frameExposureCompensationControl.value = iReference;
Public Property Value As Nullable(Of Single)

属性值

可变照片序列中帧的曝光补偿时间。

适用于