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

DiagramContainer.EditorBounds Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
RectangleF

A RectangleF structure.

See Also