ManipulationInertiaStartingEventArgs.RotationBehavior 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
회전 관성 이동 속도 저하 속도를 가져오거나 설정합니다.
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둘 다 설정하지는 않습니다.
조작에 대한 자세한 내용은 입력 개요를 참조하세요. 조작에 응답하는 애플리케이션의 예는 연습: 첫 번째 터치 애플리케이션 만들기를 참조하세요.