| Settings2DAcquisitionAperture Property  | 
 Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to
the effective aperture diameter).
When capturing 2D HDR, all 2D acquisitions must have the same Aperture setting. Use Exposure Time
or Gain to control the exposure instead.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
 Syntax
Syntaxpublic Nullable<double> Aperture { get; set; }Public Property Aperture As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> Aperture {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble See Also
See Also