ZoomSettings.Mode Property

Definition

Gets or sets a ZoomTransitionMode value indicating how the capture device should transition to the new zoom value specified with the Value property.

public:
 property ZoomTransitionMode Mode { ZoomTransitionMode get(); void set(ZoomTransitionMode value); };
ZoomTransitionMode Mode();

void Mode(ZoomTransitionMode value);
public ZoomTransitionMode Mode { get; set; }
var zoomTransitionMode = zoomSettings.mode;
zoomSettings.mode = zoomTransitionMode;
Public Property Mode As ZoomTransitionMode

Property Value

A value indicating how the capture device should transition to the new zoom value.

Applies to