이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

MouseWheelParameters Class

마우스 장치의 단추 휠과 관련된 속성을 제공합니다.

구문


public sealed class MouseWheelParameters : Object

특성

MarshalingBehaviorAttribute(None)
VersionAttribute(NTDDI_WIN8)

구성원

MouseWheelParameters클래스에는 다음과 같은 유형의 구성원이 있습니다.

메서드

The MouseWheelParameters 클래스 다음에서 메서드를 상속합니다. Object 클래스 (C#/VB/C++).

속성

MouseWheelParameters클래스 다음 속성이 있습니다.

속성액세스 유형설명

CharTranslation

읽기/쓰기Gets or sets the device-independent pixel (DIP) conversion factors for both character width and line height units (as set in the Wheel settings of the Mouse control panel).

DeltaRotationAngle

읽기/쓰기Gets or sets a value that indicates the change in the angle of rotation associated with input from the wheel button of a mouse.

DeltaScale

읽기/쓰기Gets or sets a value that indicates the change in scale associated with input from the wheel button of a mouse.

PageTranslation

읽기/쓰기Gets or sets the device-independent pixel (DIP) conversion factors for both page width and height units (as set in the Wheel settings of the Mouse control panel).

 

설명

MouseWheelParameters를 통해 노출된 속성은 마우스 제어판의 설정과 함께 사용되어 단추 휠을 사용할 때 UI 경험을 정의합니다.

마우스 휠 단추에는 일정 간격의 불연속 회전 또는 거리 임계값(디텐트라고도 함)이 있습니다. 휠을 돌리거나 기울이면 디텐트가 발생할 때마다 휠 메시지가 전송됩니다.

참고  : 이 클래스는 Agile 클래스가 아닙니다. 즉, 이 클래스의 스레딩 모델 및 마샬링 동작을 고려해야 합니다. 자세한 내용은 스레딩 및 마샬링(C++/CX)다중 스레드 환경에서 Windows 런타임 개체 사용(.NET)을 참조하십시오.

Windows Phone 8

이 API는 구현되어 있지 않으므로 호출할 경우 예외가 throw됩니다.

요구 사항

지원되는 최소 클라이언트

Windows 8 [Windows 스토어 앱 전용]

지원되는 최소 서버

Windows Server 2012 [Windows 스토어 앱 전용]

지원되는 최소 전화

Windows Phone 8

네임스페이스

Windows.UI.Input
Windows::UI::Input [C++]

메타데이터

Windows.winmd

참고 항목

Windows.UI.Input 클래스
Windows.UI.Input.GestureRecognizer.mouseWheelParameters

 

 

이 정보가 도움이 되었습니까?
(1500자 남음)
© 2013 Microsoft. All rights reserved.