ZoomUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains possible values for the ZoomByUnit method, which zooms the viewport of a control by the specified unit.
public enum class ZoomUnit
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ZoomUnit
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ZoomUnit
Public Enum ZoomUnit
- Inheritance
-
ZoomUnit
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
NoAmount | 0 | No increase or decrease in zoom. |
LargeDecrement | 1 | Decrease zoom by a large decrement. |
SmallDecrement | 2 | Decrease zoom by a small decrement. |
LargeIncrement | 3 | Increase zoom by a large increment. |
SmallIncrement | 4 | Increase zoom by a small increment. |