ZoomUnit 열거형(uiautomationcore.h)
지정된 단위로 컨트롤의 뷰포트를 확대/축소하는 IUIAutomationTransformPattern2::ZoomByUnit 메서드에 대한 가능한 값을 포함합니다.
Syntax
typedef enum ZoomUnit {
ZoomUnit_NoAmount = 0,
ZoomUnit_LargeDecrement = 1,
ZoomUnit_SmallDecrement = 2,
ZoomUnit_LargeIncrement = 3,
ZoomUnit_SmallIncrement = 4
} ;
상수
ZoomUnit_NoAmount 값: 0 확대/축소를 늘리거나 줄이지 않습니다. |
ZoomUnit_LargeDecrement 값: 1 확대/축소를 크게 줄입니다. |
ZoomUnit_SmallDecrement 값: 2 작은 감소로 확대/축소를 줄입니다. |
ZoomUnit_LargeIncrement 값: 3 확대/축소를 크게 늘입니다. |
ZoomUnit_SmallIncrement 값: 4 확대/축소를 조금씩 늘입니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2012 [데스크톱 앱만 해당] |
머리글 | uiautomationcore.h(UIAutomation.h 포함) |