VisualElement.layout

public Rect layout;

Description

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

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.


Did you find this page useful? Please give it a rating: