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.v25.2.dll
NuGet Package: DevExpress.Wpf.Diagram
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