DiagramContainer.ClipItemsToBounds Property
Specifies whether to clip items that exceed the parent container. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The image below illustrates how the property affects the container.

The ClipItemsToBounds property is ignored when the user adds items in runtime.
See Also