Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FocusControl.SupportedFocusModes Property
Definition
- Namespace:
- Windows.Media.Devices
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.
Applies to
Feedback
Was this page helpful?
