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

DiagramItem.Bounds Property

Gets or sets the item bounds.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public RectangleF Bounds { get; set; }

Property Value

Type Description
RectangleF

A RectangleF object that represents the item bounds.

See Also