Gets or sets a value indicating whether child items should be clipped by container boundaries.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |