Gets or sets a value indicating whether child items should be clipped by container boundaries.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ClipChildren { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ClipChildren As Boolean |
true to clip child items, or false otherwise. The default value is true.
See Also