Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />

.NET API 1,475,488 bytes

 CompressedLayout

public static class CompressedLayout
Contains attached properties for omitting redundant renderers.

For internal use by the Xamarin.Forms platform.

public static readonly BindableProperty IsHeadlessProperty

Backing store for the attached property that controls whether compressed layout is enabled.

public static Point GetHeadlessOffset(BindableObject bindable)

For internal use by the Xamarin.Forms platform.

public static bool GetIsHeadless(BindableObject bindable)

Gets a Boolean value that tells whether layout compression is enabled for bindable.

public static void SetIsHeadless(BindableObject bindable, bool value)

Turns layout compression on or off for bindable.