CoreFrameworkInputViewAnimationStartingEventArgs.AnimationDuration 属性

定义

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

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

属性值

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

注解

在主视图中设置基于显示或隐藏 CoreFrameworkInputView 的任何动画持续时间时,框架应使用此值。

适用于