Back to Devexpress

DiagramItem.Bounds Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-60889572.md

latest1.1 KB
Original Source

DiagramItem.Bounds Property

Gets or sets the item bounds.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public RectangleF Bounds { get; set; }
vb
<Browsable(False)>
Public Property Bounds As RectangleF

Property Value

TypeDescription
RectangleF

A RectangleF object that represents the item bounds.

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace