FocusControl.SupportedFocusRanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.