ZoomMode Enum

Definition

Defines constants that specify the current mode for zoom behavior in the ScrollViewer content.

public enum class ZoomMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ZoomMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ZoomMode
Public Enum ZoomMode
<objectproperty="enumMemberName" />
Inheritance
ZoomMode
Attributes

Fields

Disabled 0

Zoom of content is disabled.

Enabled 1

Zoom of content is enabled.

Remarks

This enumeration provides values for the ScrollViewer.ZoomMode property. See ScrollViewer.ZoomMode for more info.

Applies to