Layout
Provides the base class for all Layout elements. Use Layout elements to position and size child elements in Xamarin.Forms applications.
Backing store for the CascadeInputTransparent property.
Identifies the IsClippedToBounds bindable property.
Identifies the Padding bindable property.
Gets or sets a value that controls whether child elements inherit the input transparency of this layout when the tranparency is true.
For internal use by the Xamarin.Forms platform.
Gets or sets a value which determines if the Layout should clip its children to its bounds.
Gets or sets the inner padding of the Layout.
Occurs at the end of a layout cycle if any of the child element's Bounds have changed.
protected Layout()
Positions a child element into a bounding region while respecting the child elements HorizontalOptions and VerticalOptions.
Forces a layout cycle on the element and all of its descendants.
Invalidates the current layout.
Positions and sizes the children of a Layout.
Sends a child to the back of the visual stack.
Invoked whenever a child of the layout has emitted MeasureInvalidated. Implement this method to add class handling for this event.
Invoked whenever a child of the layout has emitted MeasureInvalidated. Implement this method to add class handling for this event.
Sends a child to the front of the visual stack.
When implemented, should return true if child should call InvalidateMeasure, and to return false if it should not.
When implemented, should return true if child should call InvalidateMeasure when it is removed, and to return false if it should not.
Instructs the layout to relayout all of its children.