FocusControl.SupportedFocusRanges Property

Definition

Gets a list of values indicating the auto focus ranges that are supported by the capture device.

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

Property Value

A list of values indicating the auto focus ranges that are supported by the capture device.

Applies to