VisualElement.Layout(Rectangle) 方法

定义

在布局循环中更新元素的边界。

public void Layout (Xamarin.Forms.Rectangle bounds);
member this.Layout : Xamarin.Forms.Rectangle -> unit

参数

bounds
Rectangle

元素的新边界。

注解

调用 Layout 将触发此元素的子树的布局周期。

适用于