Xamarin.Forms.AbsoluteLayoutFlags Enumeration
Flags used to modify how layout bounds are interpreted in an Xamarin.Forms.AbsoluteLayout.

Syntax

[System.Flags]
public enum AbsoluteLayoutFlags

Remarks

The Xamarin.Forms.AbsoluteLayout class can lay its child elements out in proportional units, device units, or a combination of both. Application developers should remember the following points when specifying a Xamarin.Forms.Rectangle structure that will define the layout bounds of a child element:

Members

Member NameDescription
AllInterpret all dimensions proportionally.
HeightProportionalInterpret height property as proportional to layout height.
NoneDisable all flags.
PositionProportionalEquivalent to both XProportional | YProportional.
SizeProportionalEquivalent to both WidthProportional | HeightProportional.
WidthProportionalInterpret width property as proportional to layout width.
XProportionalInterpret x property as proportional to the remaining space after width is accounted for.
YProportionalInterpret y property as proportional to the remaining space after height is accounted for.

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