Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public bool ClipItemsToBounds { get; set; }

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