FocusControl.SupportedFocusDistances Property

Definition

Gets a list of values indicating the manual focus distances that are supported by the capture device.

public:
 property IVectorView<ManualFocusDistance> ^ SupportedFocusDistances { IVectorView<ManualFocusDistance> ^ get(); };
IVectorView<ManualFocusDistance> SupportedFocusDistances();
public IReadOnlyList<ManualFocusDistance> SupportedFocusDistances { get; }
var iVectorView = focusControl.supportedFocusDistances;
Public ReadOnly Property SupportedFocusDistances As IReadOnlyList(Of ManualFocusDistance)

Property Value

A list of values indicating the manual focus distances that are supported by the capture device.

Applies to