FocusControl.SupportedFocusModes 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 focus modes that are supported by the capture device.
public:
property IVectorView<FocusMode> ^ SupportedFocusModes { IVectorView<FocusMode> ^ get(); };
IVectorView<FocusMode> SupportedFocusModes();
public IReadOnlyList<FocusMode> SupportedFocusModes { get; }
var iVectorView = focusControl.supportedFocusModes;
Public ReadOnly Property SupportedFocusModes As IReadOnlyList(Of FocusMode)
Property Value
A list of values indicating the focus modes that are supported by the capture device.