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 Provider.ITransformProvider2.ZoomByUnit method, which zooms the viewport of a control by the specified unit.
public enum class ZoomUnit
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ZoomUnit
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ZoomUnit
Public Enum ZoomUnit
- Inheritance
-
ZoomUnit
- Attributes
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. |