GestureRecognizer.InertiaRotationAngle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관성 끝에 있는 개체의 최종 회전 각도를 나타내는 값을 가져오거나 설정합니다(회전 조작이 완료된 경우).
이 API에 대한 자세한 내용은 UWP WinRT InertiaRotationAngle 항목을 참조하세요.
public:
property float InertiaRotationAngle { float get(); void set(float value); };
float InertiaRotationAngle();
void InertiaRotationAngle(float value);
public float InertiaRotationAngle { get; set; }
var single = gestureRecognizer.inertiaRotationAngle;
gestureRecognizer.inertiaRotationAngle = single;
Public Property InertiaRotationAngle As Single
속성 값
Single
float
회전 각도의 상대적인 변화(도)입니다.