VisualElement.Layout(Rectangle) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the bounds of the element during the layout cycle.
C#
public void Layout (Xamarin.Forms.Rectangle bounds);
member this.Layout : Xamarin.Forms.Rectangle -> unit
- bounds
- Rectangle
The new bounds of the element.
Calling Layout will trigger a layout cycle for the sub-tree of this element.
Product | Versions |
---|---|
Xamarin.Forms | Latest |