MindFusion.Silverlight Package 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.Silverlight
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.Silverlight Namespace
CanClose property