Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 863 Bytes

zoomunit.md

File metadata and controls

39 lines (25 loc) · 863 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.ZoomUnit
winrt enum

ZoomUnit

-description

Contains possible values for the ZoomByUnit method, which zooms the viewport of a control by the specified unit.

-enum-fields

-field NoAmount:0

No increase or decrease in zoom.

-field LargeDecrement:1

Decrease zoom by a large decrement.

-field SmallDecrement:2

Decrease zoom by a small decrement.

-field LargeIncrement:3

Increase zoom by a large increment.

-field SmallIncrement:4

Increase zoom by a small increment.

-remarks

-examples

-see-also

ZoomByUnit