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

DiagramShape.EditorBounds Property

For internal use. Gets the text editor’s bounds.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public virtual RectangleF EditorBounds { get; protected set; }

Property Value

Type Description
RectangleF

A RectangleF structure.

See Also