共用方式為


NSLayoutDimension.ConstraintLessThanOrEqualTo 方法

定義

多載

ConstraintLessThanOrEqualTo(nfloat)

NSLayoutConstraint建立 ,其值最多 constant 為 。

ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat)

建立 , NSLayoutConstraint 其值最多等於 時間 multiplier 條件約束的 anchor

ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat, nfloat)

NSLayoutConstraint建立 ,其值最多等於加 constant 邏輯圖元之條件約束的條件約束 anchormultiplier

ConstraintLessThanOrEqualTo(nfloat)

NSLayoutConstraint建立 ,其值最多 constant 為 。

[Foundation.Export("constraintLessThanOrEqualToConstant:")]
public virtual UIKit.NSLayoutConstraint ConstraintLessThanOrEqualTo (nfloat constant);
override this.ConstraintLessThanOrEqualTo : nfloat -> UIKit.NSLayoutConstraint

參數

constant
nfloat

要加入的邏輯圖元數目。

傳回

新的 NSLayoutConstraint

屬性

備註

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

適用於

ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat)

建立 , NSLayoutConstraint 其值最多等於 時間 multiplier 條件約束的 anchor

[Foundation.Export("constraintLessThanOrEqualToAnchor:multiplier:")]
public virtual UIKit.NSLayoutConstraint ConstraintLessThanOrEqualTo (UIKit.NSLayoutDimension anchor, nfloat multiplier);
override this.ConstraintLessThanOrEqualTo : UIKit.NSLayoutDimension * nfloat -> UIKit.NSLayoutConstraint

參數

anchor
NSLayoutDimension

NSLayoutAnchor<AnchorType>其條件約束值應該複製的 。

multiplier
nfloat

傳回

新的 NSLayoutConstraint

屬性

備註

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

適用於

ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat, nfloat)

NSLayoutConstraint建立 ,其值最多等於加 constant 邏輯圖元之條件約束的條件約束 anchormultiplier

[Foundation.Export("constraintLessThanOrEqualToAnchor:multiplier:constant:")]
public virtual UIKit.NSLayoutConstraint ConstraintLessThanOrEqualTo (UIKit.NSLayoutDimension anchor, nfloat multiplier, nfloat constant);
override this.ConstraintLessThanOrEqualTo : UIKit.NSLayoutDimension * nfloat * nfloat -> UIKit.NSLayoutConstraint

參數

anchor
NSLayoutDimension

NSLayoutAnchor<AnchorType>其條件約束值應該複製的 。

multiplier
nfloat
constant
nfloat

要加入的邏輯圖元數目。

傳回

新的 NSLayoutConstraint

屬性

備註

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

適用於