MindFusion.Silverlight Package Programmer's Guide
DockControl.AnimateWindows Property
See Also
 





Gets or sets a value indicating whether the operations on the items inside this control are animated. This is a dependency property.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public bool AnimateWindows { get; set; }

Visual Basic  Copy Code

Public Property AnimateWindows As Boolean

 Property Value

true to animate windows when the user interacts with them; otherwise, false.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Silverlight Namespace