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.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the items that exceed the parent container are clipped; otherwise, false. |
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