VisualElement.Layout(Rectangle) Method

Definition

Updates the bounds of the element during the layout cycle.

C#
public void Layout (Xamarin.Forms.Rectangle bounds);

Parameters

bounds
Rectangle

The new bounds of the element.

Remarks

Calling Layout will trigger a layout cycle for the sub-tree of this element.

Applies to

Product Versions
Xamarin.Forms Latest