Xamarin.Forms.Constraint: Method Members

The methods of Xamarin.Forms.Constraint are listed below. For a list of all members, see the Constraint Members list.

See Also: Inherited members from System.Object

Public Methods

static
Constant(double) : Constraint
Returns a Xamarin.Forms.Constraint object that constrains an element to size.
static
FromExpression(System.Linq.Expressions.Expression<Func<double>>) : Constraint
Returns a Xamarin.Forms.Constraint that is calculated from expression.
static
RelativeToParent(Func<RelativeLayout, double>) : Constraint
Returns a Xamarin.Forms.Constraint object that constrains an element relative to its parent's size.
static
RelativeToView(View, Func<RelativeLayout, View, double>) : Constraint
Returns a Xamarin.Forms.Constraint object that constrains an element relative to the view parameter.