다음을 통해 공유


ZoomUnit 열거형

정의

지정된 단위로 컨트롤의 뷰포트를 확대/축소하는 Provider.ITransformProvider2.ZoomByUnit 메서드에 사용할 수 있는 값을 포함합니다.

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
상속
ZoomUnit
특성

필드

LargeDecrement 1

확대/축소를 크게 줄입니다.

LargeIncrement 3

확대/축소를 크게 늘입니다.

NoAmount 0

확대/축소가 증가하거나 감소하지 않습니다.

SmallDecrement 2

작은 감소로 확대/축소를 줄입니다.

SmallIncrement 4

확대/축소를 조금씩 늘입니다.

적용 대상