ZoomUnit enumeration (uiautomationcore.h)
Contains possible values for the IUIAutomationTransformPattern2::ZoomByUnit method, which zooms the viewport of a control by the specified unit.
Syntax
typedef enum ZoomUnit {
ZoomUnit_NoAmount = 0,
ZoomUnit_LargeDecrement = 1,
ZoomUnit_SmallDecrement = 2,
ZoomUnit_LargeIncrement = 3,
ZoomUnit_SmallIncrement = 4
} ;
Constants
ZoomUnit_NoAmountValue: 0 No increase or decrease in zoom. |
ZoomUnit_LargeDecrementValue: 1 Decrease zoom by a large decrement. |
ZoomUnit_SmallDecrementValue: 2 Decrease zoom by a small decrement. |
ZoomUnit_LargeIncrementValue: 3 Increase zoom by a large increment. |
ZoomUnit_SmallIncrementValue: 4 Increase zoom by a small increment. |
Requirements
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |