Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 697 Bytes

zoommode.md

File metadata and controls

36 lines (23 loc) · 697 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.ZoomMode
winrt enum

ZoomMode

-description

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

-xaml-syntax

<objectproperty="enumMemberName" />

-enum-fields

-field Disabled:0

Zoom of content is disabled.

-field Enabled:1

Zoom of content is enabled.

-remarks

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

-examples

-see-also