DiagramContainer.ClipItemsToBounds Property
Specifies whether items that exceed the parent container are clipped.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.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.
The ClipItemsToBounds property is ignored when the user adds items in runtime.
See Also