AnimationTimeline.IsDestinationDefault 속성

정의

이 애니메이션에서 defaultDestinationValue 메서드의 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

속성 값

Boolean

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

적용 대상

추가 정보