CoreInputViewAnimationStartingEventArgs.AnimationDuration 属性

定义

获取完成 CoreInputView 动画所需的时间间隔。

重要

在设置基于显示或隐藏 CoreInputView 的任何动画持续时间时,应用程序应使用此值。 如果协调应用程序和 CoreInputView 之间的动画,请确保应用程序动画在 CoreInputView 动画之前未完成。

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

属性值

完成动画所需的时间间隔。

适用于