Xamarin.Forms.AbsoluteLayout: Method Members

The methods of Xamarin.Forms.AbsoluteLayout are listed below. For a list of all members, see the AbsoluteLayout Members list.

See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>

Public Methods

static
GetLayoutBounds(BindableObject) : Rectangle
Gets the layout bounds of bindable.
static
GetLayoutFlags(BindableObject) : AbsoluteLayoutFlags
Gets the layout flags that were specified when bindable was added to an Xamarin.Forms.AbsoluteLayout.
static
SetLayoutBounds(BindableObject, Rectangle)
Sets the layout bounds of a view that will be used to size it when it is layed out.
static
SetLayoutFlags(BindableObject, AbsoluteLayoutFlags)
Sets the layout flags of a view that will be used to interpret the layout bounds set on it when it is added to the layout.

Protected Methods

override
LayoutChildren(double, double, double, double)
Positions and sizes the children of an AbsoluteLayout.
override
OnChildAdded(Element)
Called when a child is added to the Xamarin.Forms.AbsoluteLayout.
override
OnChildRemoved(Element)
Called when a child is removed from the Xamarin.Forms.AbsoluteLayout.
override
OnSizeRequest(double, double) : SizeRequest
Called during the measure pass of a layout cycle to get the desired size of the AbsoluteLayout.