Gets or sets the duration of the window's animations, expressed in milliseconds. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double AnimationDuration { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AnimationDuration As Double |
A double value specifying the duration.
See Also