ZoomControl.SupportedModes Property

Definition

Gets the list of ZoomTransitionMode values indicating the modes supported by the capture device.

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

Property Value

The list of supported ZoomTransitionMode values.

Applies to