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

DiagramContainer.EditorBounds Property

For internal use. Gets the editor’s bounds.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public Rect EditorBounds { get; }

Property Value

Type Description
Rect

A Rect structure.

See Also