ZoomSettings ZoomSettings ZoomSettings ZoomSettings Class

Definition

Represents zoom settings that can be applied to the ZoomControl by calling the Configure method.

public : sealed class ZoomSettings : IZoomSettingspublic sealed class ZoomSettings : IZoomSettingsPublic NotInheritable Class ZoomSettings Implements IZoomSettings// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

ZoomSettings() ZoomSettings() ZoomSettings() ZoomSettings()

Initializes a new instance of the ZoomSettings class.

public : ZoomSettings()public ZoomSettings()Public Sub New()// You can use this method in JavaScript.

Properties

Mode Mode Mode Mode

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

public : ZoomTransitionMode Mode { get; set; }public ZoomTransitionMode Mode { get; set; }Public ReadWrite Property Mode As ZoomTransitionMode// You can use this property in JavaScript.
Value
ZoomTransitionMode ZoomTransitionMode ZoomTransitionMode ZoomTransitionMode

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

Value Value Value Value

Gets or sets the zoom value to which the ZoomControl will transition.

public : float Value { get; set; }public float Value { get; set; }Public ReadWrite Property Value As float// You can use this property in JavaScript.
Value
float float float float

The zoom value to which the ZoomControl will transition.