Android.Widget.RelativeLayout Members

The members of Android.Widget.RelativeLayout 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]
GravityAndroid.Views.GravityFlags. Describes how the child views are positioned.

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

SetGravity(Android.Views.GravityFlags)
Describes how the child views are positioned.
SetHorizontalGravity(Android.Views.GravityFlags)
SetIgnoreGravity(int)
Defines which View is ignored when the gravity is applied.
SetVerticalGravity(Android.Views.GravityFlags)

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.