AnimationTimeline.IsDestinationDefault 속성

정의

이 애니메이션이 메서드의 GetCurrentValue(Object, Object, AnimationClock) 매개 변수를 대상 값으로 사용하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsDestinationDefault { bool get(); };
public virtual bool IsDestinationDefault { get; }
member this.IsDestinationDefault : bool
Public Overridable ReadOnly Property IsDestinationDefault As Boolean

속성 값

true메서드의 GetCurrentValue(Object, Object, AnimationClock) 매개 변수가 단순 기간의 끝에 도달하면 이 애니메이션의 값이면(클록은 1), CurrentProgress 그렇지 않으면 false. 기본 구현에서는 항상 false을 반환합니다.

적용 대상

추가 정보