RelativeLayout.GetYConstraint(BindableObject) Method

Definition

Returns the Y constraint of the bindable.

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

Parameters

bindable
BindableObject

The BindableObject for which the Y constraint is being requested.

Returns

The Constraint on the Y position of the bindable.

Applies to