Settings2DAcquisitionGain Property  | 
 Analog gain in the camera.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Nullable<double> Gain { get; set; }Public Property Gain As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> Gain {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also