FrameLayout.MeasureAllChildren Property

Definition

Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.

public virtual bool MeasureAllChildren { [Android.Runtime.Register("getMeasureAllChildren", "()Z", "GetGetMeasureAllChildrenHandler")] get; set; }
[<get: Android.Runtime.Register("getMeasureAllChildren", "()Z", "GetGetMeasureAllChildrenHandler")>]
member this.MeasureAllChildren : bool with get, set

Property Value

Whether all children are considered when measuring.

Attributes

Remarks

Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.

Java documentation for android.widget.FrameLayout.getMeasureAllChildren().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to