- bindable
- The view on which to set the layout flags.
- flags
- A Xamarin.Forms.AbsoluteLayoutFlags that describes the how to interpret the layout bounds for bindable.
This method supports the AbsoluteLayout.LayoutFlags XAML attached property. In XAML, Application developers can specify the following Xamarin.Forms.AbsoluteLayoutFlags enumeration value names for the value of this property on the children of a Xamarin.Forms.AbsoluteLayout:
Application developers can combine any of the above values by supplying a comma-separated list. Application developers can call this method to update the layout flags of a view after it is added.