Constraint.FromExpression(Expression<Func<Double>>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Constraint that is calculated from expression
.
public static Xamarin.Forms.Constraint FromExpression (System.Linq.Expressions.Expression<Func<double>> expression);
static member FromExpression : System.Linq.Expressions.Expression<Func<double>> -> Xamarin.Forms.Constraint
Parameters
- expression
- System.Linq.Expressions.Expression<System.Func<System.Double>>
A Linq expression for the constraint.