CoreInputViewAnimationStartingEventArgs.AnimationDuration Property

Definition

Gets the interval of time required to complete the CoreInputView animation.

Important

The application should use this value when setting any animation durations that are based on the showing or hiding of the CoreInputView. If coordinating animations between the application and the CoreInputView, ensure the application animation does not complete before the CoreInputView animation.

public:
 property TimeSpan AnimationDuration { TimeSpan get(); };
TimeSpan AnimationDuration();
public System.TimeSpan AnimationDuration { get; }
var timeSpan = coreInputViewAnimationStartingEventArgs.animationDuration;
Public ReadOnly Property AnimationDuration As TimeSpan

Property Value

The interval of time required to complete the animation.

Applies to