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





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

 Syntax

C#  Copy Code

public bool KeepInsideHost { get; set; }

Visual Basic  Copy Code

Public Property KeepInsideHost As Boolean

 Property Value

true to prevent the users from dragging the window outside of its parent WindowHost; false to allow it.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace