RelativeLayout.GetXConstraint(BindableObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 bindable 的 X 條件約束。
public static Xamarin.Forms.Constraint GetXConstraint(Xamarin.Forms.BindableObject bindable);
static member GetXConstraint : Xamarin.Forms.BindableObject -> Xamarin.Forms.Constraint
參數
- bindable
- BindableObject
正在為其要求 X 條件約束的 BindableObject。
傳回
bindable X 位置的 Constraint。