MindFusion.Wpf Pack Programmer's Guide
WindowHost.ClipContent Property
See Also
 





Gets or sets a value indicating whether the contents of the host is clipped when outside of the host's bounds. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool ClipContent { get; set; }

Visual Basic  Copy Code

Public Property ClipContent As Boolean

 Property Value

true to clip the contents; otherwise, false.

 See Also

WindowHost Members
WindowHost Class
MindFusion.UI.Wpf Namespace