ZoomControl.Value Property

Definition

Gets or sets the zoom value to be used by the capture device.

public:
 property float Value { float get(); void set(float value); };
float Value();

void Value(float value);
public float Value { get; set; }
var single = zoomControl.value;
zoomControl.value = single;
Public Property Value As Single

Property Value

Single

float

The zoom value to be used by the capture device.

Applies to