InertiaRotationBehavior.InitialVelocity 속성

정의

관성 단계의 시작 부분에 있는 회전의 초기 속도를 가져오거나 설정합니다.

public:
 property double InitialVelocity { double get(); void set(double value); };
public double InitialVelocity { get; set; }
member this.InitialVelocity : double with get, set
Public Property InitialVelocity As Double

속성 값

관성 단계의 시작 부분에 있는 회전의 초기 속도입니다.

설명

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

적용 대상