Search
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.Wpf
Assembly: MindFusion.UI.Wpf

 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