MindFusion.Wpf Pack Programmer's Guide
Window.AnimationDuration Property
See Also
 





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

 Syntax

C#  Copy Code

public double AnimationDuration { get; set; }

Visual Basic  Copy Code

Public Property AnimationDuration As Double

 Property Value

A double value specifying the duration.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace