ScrollingZoomMode Enum

Definition

Defines constants that specify whether the ScrollView can zoom in and out by means of user input.

public enum class ScrollingZoomMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingZoomMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingZoomMode
Public Enum ScrollingZoomMode
Inheritance
ScrollingZoomMode
Attributes

Fields

Disabled 1

The ScrollView does not zoom in and out by means of user input.

Enabled 0

The ScrollView zooms in and out by means of user input.

Applies to

See also