Share via


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

ズームを少しずつ増やします。

適用対象

こちらもご覧ください