ZoomUnit 枚举

定义

包含 ZoomByUnit 方法的可能值,该方法按指定单位缩放控件的视区。

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
继承
ZoomUnit
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

LargeDecrement 1

以大幅递减来减小缩放比例。

LargeIncrement 3

以较大增量增加缩放。

NoAmount 0

缩放时不会增加或减少。

SmallDecrement 2

按小幅递减缩小缩放比例。

SmallIncrement 4

按小增量增加缩放。

适用于

另请参阅