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。
- 属性
注解
与此类的其他方法一样,此方法返回新的 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。