VisualElement.Layout(Rectangle) Método
Definição
Atualiza os limites do elemento durante o ciclo de layout.Updates the bounds of the element during the layout cycle.
public void Layout (Xamarin.Forms.Rectangle bounds);
member this.Layout : Xamarin.Forms.Rectangle -> unit
Parâmetros
- bounds
- Rectangle
Os novos limites do elemento.The new bounds of the element.
Comentários
O layout de chamada disparará um ciclo de layout para a subárvore deste elemento.Calling Layout will trigger a layout cycle for the sub-tree of this element.