BoundsConstraint.FromExpression メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンパイルされたバージョンの expression
を含み、parents
または expression
で参照されるビューのいずれかを基準にする BoundsConstraint オブジェクトを返します。
public static Xamarin.Forms.BoundsConstraint FromExpression (System.Linq.Expressions.Expression<Func<Xamarin.Forms.Rectangle>> expression, System.Collections.Generic.IEnumerable<Xamarin.Forms.View> parents = default);
static member FromExpression : System.Linq.Expressions.Expression<Func<Xamarin.Forms.Rectangle>> * seq<Xamarin.Forms.View> -> Xamarin.Forms.BoundsConstraint
パラメーター
- expression
- System.Linq.Expressions.Expression<System.Func<Rectangle>>
制約をコンパイルする式。
- parents
- System.Collections.Generic.IEnumerable<View>
制約をコンパイルするときに考慮される親。