GestureRecognizer.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

회전 각도의 상대적인 변화(도)입니다.

적용 대상

추가 정보