ZoomSettings.Mode 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 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.