Share via


CoreFrameworkInputViewAnimationStartingEventArgs.AnimationDuration Property

Definition

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

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

Property Value

The interval of time required to complete the animation.

Remarks

The framework should use this value when setting any animation durations in the primary view that are based on the showing or hiding of the CoreFrameworkInputView.

Applies to