Search
ContainerNode.ClipChildren Property
See Also
 





Gets or sets a value indicating whether child items should be clipped by container boundaries.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ClipChildren { get; set; }

Visual Basic  Copy Code

Public Property ClipChildren As Boolean

 Property Value

true to clip child items, or false otherwise. The default value is true.

 See Also