ZoomUnit
ZoomUnit
ZoomUnit
ZoomUnit
Enum
Definition
Contains possible values for the ZoomByUnit method, which zooms the viewport of a control by the specified unit.
public : enum class ZoomUnitpublic enum ZoomUnitPublic Enum ZoomUnit// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| LargeDecrement LargeDecrement LargeDecrement LargeDecrement | Decrease zoom by a large decrement. |
| LargeIncrement LargeIncrement LargeIncrement LargeIncrement | Increase zoom by a large increment. |
| NoAmount NoAmount NoAmount NoAmount | No increase or decrease in zoom. |
| SmallDecrement SmallDecrement SmallDecrement SmallDecrement | Decrease zoom by a small decrement. |
| SmallIncrement SmallIncrement SmallIncrement SmallIncrement | Increase zoom by a small increment. |