ManipulationInertiaStartingRoutedEventArgs.RotationBehavior 속성

정의

이 이벤트 발생에 대한 조작과 관련된 회전 정보에 대한 정보를 가져옵니다.

public:
 property InertiaRotationBehavior ^ RotationBehavior { InertiaRotationBehavior ^ get(); void set(InertiaRotationBehavior ^ value); };
InertiaRotationBehavior RotationBehavior();

void RotationBehavior(InertiaRotationBehavior value);
public InertiaRotationBehavior RotationBehavior { get; set; }
var inertiaRotationBehavior = manipulationInertiaStartingRoutedEventArgs.rotationBehavior;
manipulationInertiaStartingRoutedEventArgs.rotationBehavior = inertiaRotationBehavior;
Public Property RotationBehavior As InertiaRotationBehavior

속성 값

조작 회전 정보입니다.

적용 대상