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
SyntaxC#
Copy Code
|
|---|
public bool CanMove { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CanMove As Boolean |
true to allow the users to move the window interactively; otherwise, false.
See Also