Share via


AbsoluteLayout.LayoutBoundsProperty Field

Definition

Implements the attached property that represents the layout bounds of child elements. Bindable at run time with the string "LayoutBounds". See Remarks.

public static readonly Xamarin.Forms.BindableProperty LayoutBoundsProperty;
 staticval mutable LayoutBoundsProperty : Xamarin.Forms.BindableProperty

Field Value

Remarks

The interface for this property is defined by the GetLayoutBounds(BindableObject) and SetLayoutBounds(BindableObject, Rectangle) methods.

Applies to