Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 698 Bytes

File metadata and controls

35 lines (23 loc) · 698 Bytes
-api-id -api-type
T:Microsoft.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