VisualElement.Bounds Propiedad
Definición
Obtiene los límites del elemento.Gets the bounds of the element.
public Xamarin.Forms.Rectangle Bounds { get; }
member this.Bounds : Xamarin.Forms.Rectangle
Valor de propiedad
Los límites de un elemento, en unidades independientes del dispositivo.The bounds of an element, in device-independent units.
Comentarios
Los límites se asignan durante el ciclo de diseño mediante una llamada a Layout(Rectangle) .Bounds is assigned during the Layout cycle by a call to Layout(Rectangle).