RelativeLayout.SetBoundsConstraint(BindableObject, BoundsConstraint) Method

Definition

Sets value as a constraint on the bounds of bindable.

public static void SetBoundsConstraint (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.BoundsConstraint value);
static member SetBoundsConstraint : Xamarin.Forms.BindableObject * Xamarin.Forms.BoundsConstraint -> unit

Parameters

bindable
BindableObject

The BindableObject to which the constraint will be applied.

value
BoundsConstraint

The BoundsConstraint on the bindable.

Applies to