The members of Xamarin.Forms.RelativeLayout are listed below.
See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>
| Creates a new Xamarin.Forms.RelativeLayout with default values. |
static readonly | BoundsConstraintProperty | BindableProperty. Identifies the bindable property associated with RelativeLayout.GetBoundsConstraint/RelativeLayout.SetBoundsConstraint. |
static readonly | HeightConstraintProperty | BindableProperty. Identifies the bindable property associated with the RelativeLayout.GetHeightConstraint / RelativeLayout.SetHeightConstraint methods. |
static readonly | WidthConstraintProperty | BindableProperty. Identifies the width constraint. |
static readonly | XConstraintProperty | BindableProperty. Identifies the constraint on X. |
static readonly | YConstraintProperty | BindableProperty. Identifies the constraint on Y. |
| [read-only] | Children | RelativeLayout.IRelativeList<View>. List of Xamarin.Forms.Views that are children of this Xamarin.Forms.RelativeLayout. |
static | GetBoundsConstraint(BindableObject)Returns the bounds constraint of the bindable. | |
static | GetHeightConstraint(BindableObject)Returns the height constraint of the bindable. | |
static | GetWidthConstraint(BindableObject)Returns the width constraint of the bindable. | |
static | GetXConstraint(BindableObject)Returns the X constraint of the bindable. | |
static | GetYConstraint(BindableObject)Returns the Y constraint of the bindable. | |
static | SetBoundsConstraint(BindableObject, BoundsConstraint)Sets value as a constraint on the bounds of bindable. | |
override | LayoutChildren(double, double, double, double)Lays out the RelativeLayout.Children in the specified rectangle. | |
override | OnAdded(View)Called when a Xamarin.Forms.View is added to the RelativeLayout.Children collection. | |
override | OnRemoved(View)Called when a Xamarin.Forms.View is removed from the RelativeLayout.Children collection. | |
override | OnSizeRequest(double, double)Called when this Xamarin.Forms.RelativeLayout has received a size request. | |