AbsoluteLayout.AutoSize Field

Definition

A value that indicates that the width or height of the child should be sized to that child's native size.

public: static double AutoSize;
public static double AutoSize;
 staticval mutable AutoSize : double
Public Shared AutoSize As Double 

Field Value

Remarks

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

Applies to