Xamarin.Forms.AbsoluteLayout.AutoSize Property
A value that indicates that the width or height of the child should be sized to that childs native size.

Syntax

public static double AutoSize { get; }

Value

Remarks

Application developers can set the width or height of the VisualElement.Bounds property to AboluteLayout.AutoSize on a visual element when adding to the layout to cause that element to be measured during the layout pass and sized appropriately.

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