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





Gets or sets a value indicating whether the window can be moved interactively. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public bool CanMove { get; set; }

Visual Basic  Copy Code

Public Property CanMove As Boolean

 Property Value

true to allow the users to move the window interactively; otherwise, false.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
CanClose property