This version of Unity is unsupported.

VisualElement.layout

public Rect layout;

Description

The position and size of the VisualElement relative to its parent, as computed by the layout system.

Before reading from this property, add it to a panel and wait for one frame to ensure that the element layout is computed. After the layout is computed, a GeometryChangedEvent will be sent on this element.