NSLayoutAnchor<AnchorType>.ConstraintGreaterThanOrEqualTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>) |
NSLayoutConstraint建立 ,其值至少等於 的條件約束。 |
ConstraintGreaterThanOrEqualTo(NSLayoutAnchor<AnchorType>, nfloat) |
NSLayoutConstraint建立 ,其值至少等於加 |
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 ,但不會將它新增並啟動至目前的 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 ,但不會將它新增並啟動至目前的 UIView 。