Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="3.3.0.840541-pre1" />

.NET API 1,227,832 bytes

 FlexPosition

public enum FlexPosition
Enumerates values that control how layout coordinates are interpreted when specifying the positions of child elements.

Indicates that coordinates are given in device-independent pixels.

Indicates that coordinates are values in the range [0,1], where 01 align the child element's left or right edge with the corresponding edge of the parent.