Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 796 Bytes

File metadata and controls

36 lines (24 loc) · 796 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.ZoomUnit
winrt enum

ZoomUnit

-description

Contains possible values for the Provider.ITransformProvider2.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