RelativeLayout.GetWidthConstraint(BindableObject) Method

Definition

Returns the width constraint of the bindable.

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

Parameters

bindable
BindableObject

The BindableObject for which the width constraint is being requested.

Returns

The Constraint on the width of the bindable.

Applies to