共用方式為


NSLayoutAnchor<AnchorType>.ConstraintGreaterThanOrEqualTo 方法

定義

多載

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>)

NSLayoutConstraint建立 ,其值至少等於 的條件約束。 anchor

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat)

NSLayoutConstraint建立 ,其值至少等於加 constant 圖元的條件約束 anchor

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>)

NSLayoutConstraint建立 ,其值至少等於 的條件約束。 anchor

[Foundation.Export("constraintGreaterThanOrEqualToAnchor:")]
public virtual UIKit.NSLayoutConstraint ConstraintGreaterThanOrEqualTo (UIKit.NSLayoutAnchor<AnchorType> anchor);
abstract member ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> UIKit.NSLayoutConstraint

參數

anchor
NSLayoutAnchor<AnchorType>

NSLayoutAnchor<AnchorType>,其條件約束值應該使用。

傳回

新的 NSLayoutConstraint

屬性

備註

如同這個類別的其他方法,這個方法會傳回新的 NSLayoutConstraint ,但不會將它新增並啟動至目前的 UIView

適用於

ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat)

NSLayoutConstraint建立 ,其值至少等於加 constant 圖元的條件約束 anchor

[Foundation.Export("constraintGreaterThanOrEqualToAnchor:constant:")]
public virtual UIKit.NSLayoutConstraint ConstraintGreaterThanOrEqualTo (UIKit.NSLayoutAnchor<AnchorType> anchor, nfloat constant);
abstract member ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualTo : UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> UIKit.NSLayoutConstraint

參數

anchor
NSLayoutAnchor<AnchorType>

NSLayoutAnchor<AnchorType>,其條件約束值應該使用。

constant
nfloat

要新增至 值的 anchor 邏輯圖元數目。

傳回

新的 NSLayoutConstraint

屬性

備註

如同這個類別的其他方法,這個方法會傳回新的 NSLayoutConstraint ,但不會將它新增並啟動至目前的 UIView

適用於