RelativeLayout.SetXConstraint(BindableObject, Constraint) Method

Definition

Sets value as a constraint on the X position of the bindable.

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

Parameters

bindable
BindableObject

The BindableObject to which the constraint will be applied.

value
Constraint

The Constraint on the X position of the bindable.

Applies to