RelativeLayout.GetXConstraint(BindableObject) Method

Definition

Returns the X constraint of the bindable.

public static Xamarin.Forms.Constraint GetXConstraint (Xamarin.Forms.BindableObject bindable);
static member GetXConstraint : Xamarin.Forms.BindableObject -> Xamarin.Forms.Constraint

Parameters

bindable
BindableObject

The BindableObject for which the X constraint is being requested.

Returns

The Constraint on the X position of the bindable.

Applies to