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の に追加してアクティブ化することはありません。

適用対象