Skip to main content

DiagramContainer.ClipItemsToBounds Property

Specifies whether items that exceed the parent container are clipped.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Appearance)]
public virtual bool ClipItemsToBounds { get; set; }

Property Value

Type Default Description
Boolean true

true if the items that exceed the parent container are clipped; otherwise, false.

Remarks

The image below illustrates how the property affects the container.

image

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

See Also