Search
ContainerNode.ClipChildren Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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; otherwise, false. The default value is true.

 See Also