CoreInputViewAnimationStartingEventArgs.AnimationDuration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取完成 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
属性值
完成动画所需的时间间隔。