RelativeLayout.GetHeightConstraint(BindableObject) Method

Definition

Returns the height constraint of the bindable.

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

Parameters

bindable
BindableObject

The BindableObject for which the height constraint is being requested.

Returns

The Constraint on the height of the bindable.

Applies to