Gets or sets a value indicating whether the window can be interactively dragged outside of its containing WindowHost boundaries. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public bool KeepInsideHost { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepInsideHost As Boolean |
true to prevent the users from dragging the window outside of its parent WindowHost; false to allow it.
See Also