Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OpticalImageStabilizationControl.SupportedModes 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 the list of OpticalImageStabilizationMode values indicating the modes supported by the capture device.

public:
 property IVectorView<OpticalImageStabilizationMode> ^ SupportedModes { IVectorView<OpticalImageStabilizationMode> ^ get(); };
IVectorView<OpticalImageStabilizationMode> SupportedModes();
public IReadOnlyList<OpticalImageStabilizationMode> SupportedModes { get; }
var iVectorView = opticalImageStabilizationControl.supportedModes;
Public ReadOnly Property SupportedModes As IReadOnlyList(Of OpticalImageStabilizationMode)

Property Value

The list of supported OpticalImageStabilizationMode values.

Applies to


Feedback

Was this page helpful?