NSLayoutDimension.ConstraintLessThanOrEqualTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConstraintLessThanOrEqualTo(nfloat) |
NSLayoutConstraint建立 ,其值最多 |
ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat) |
建立 , NSLayoutConstraint 其值最多等於 時間 |
ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat, nfloat) |
NSLayoutConstraint建立 ,其值最多等於加 |
ConstraintLessThanOrEqualTo(nfloat)
NSLayoutConstraint建立 ,其值最多 constant
為 。
[Foundation.Export("constraintLessThanOrEqualToConstant:")]
public virtual UIKit.NSLayoutConstraint ConstraintLessThanOrEqualTo (nfloat constant);
override this.ConstraintLessThanOrEqualTo : nfloat -> UIKit.NSLayoutConstraint
參數
- constant
- nfloat
要加入的邏輯圖元數目。
傳回
- 屬性
備註
如同這個類別的其他方法,這個方法會傳回新的 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 ,但不會將它新增並啟動至目前的 UIView 。
適用於
ConstraintLessThanOrEqualTo(NSLayoutDimension, nfloat, nfloat)
NSLayoutConstraint建立 ,其值最多等於加 constant
邏輯圖元之條件約束的條件約束 anchor
multiplier
。
[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 ,但不會將它新增並啟動至目前的 UIView 。