다음을 통해 공유


ManipulationInertiaStartingEventArgs.RotationBehavior 속성

정의

회전 관성 이동 속도 저하 속도를 가져오거나 설정합니다.

public:
 property System::Windows::Input::InertiaRotationBehavior ^ RotationBehavior { System::Windows::Input::InertiaRotationBehavior ^ get(); void set(System::Windows::Input::InertiaRotationBehavior ^ value); };
public System.Windows.Input.InertiaRotationBehavior RotationBehavior { get; set; }
member this.RotationBehavior : System.Windows.Input.InertiaRotationBehavior with get, set
Public Property RotationBehavior As InertiaRotationBehavior

속성 값

회전 관성 이동 속도입니다.

설명

속성을 RotationBehavior 사용하여 다음을 수행합니다.

  • 속성을 설정 InitialVelocity 하여 시작할 때 관성의 초기 속도를 지정합니다.

  • 속성을 설정하여 관성 종료 시 원하는 조작 회전을 지정합니다 DesiredRotation .

  • 속성을 설정하여 관성의 원하는 감속을 지정합니다 DesiredDeceleration .

일반적으로 둘 중 하나 DesiredRotation 또는 DesiredDeceleration둘 다 설정하지는 않습니다.

조작에 대한 자세한 내용은 입력 개요를 참조하세요. 조작에 응답하는 애플리케이션의 예는 연습: 첫 번째 터치 애플리케이션 만들기를 참조하세요.

적용 대상