CoreFrameworkInputViewAnimationStartingEventArgs.AnimationDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.