Xamarin.Forms.AbsoluteLayout.GetLayoutFlags Method
Gets the layout flags that were specified when bindable was added to an Xamarin.Forms.AbsoluteLayout.

Syntax

public static AbsoluteLayoutFlags GetLayoutFlags (BindableObject bindable)

Parameters

bindable
A visual element.

Returns

The layout flags of the object.

Remarks

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:

  • All
  • None
  • HeightProportional
  • WidthProportional
  • SizeProportional
  • XProportional
  • YProportional
  • PositionProportional

Application developers can combine any of the above values by supplying a comma-separated list.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0