Android.Widget.FrameLayout Members

The members of Android.Widget.FrameLayout are listed below.

See Also: Inherited members from Android.Views.ViewGroup

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ConsiderGoneChildrenWhenMeasuringbool. Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.
ForegroundAndroid.Graphics.Drawables.Drawable. Returns the drawable used as the foreground of this FrameLayout.
[read-only]
ForegroundGravityAndroid.Views.GravityFlags. Describes how the foreground is positioned.
ForegroundTintListAndroid.Content.Res.ColorStateList.
ForegroundTintModeAndroid.Graphics.PorterDuff.Mode.
MeasureAllChildrenbool. Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

SetForegroundGravity(Android.Views.GravityFlags)
Describes how the foreground is positioned.
SetMeasureAllChildren(bool)
Sets whether to consider all children, or just those in the VISIBLE or INVISIBLE state, when measuring.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.