NSLayoutXAxisAnchor.ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor 方法

定义

返回一个约束,该约束至少为从当前定位点到指定 anchor的距离,该距离按指定的 multiplier 在系统间距上缩放。

[Foundation.Export("constraintGreaterThanOrEqualToSystemSpacingAfterAnchor:multiplier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.NSLayoutConstraint ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor (UIKit.NSLayoutXAxisAnchor anchor, nfloat multiplier);
abstract member ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor : UIKit.NSLayoutXAxisAnchor * nfloat -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor : UIKit.NSLayoutXAxisAnchor * nfloat -> UIKit.NSLayoutConstraint

参数

anchor
NSLayoutXAxisAnchor

引用定位点。

multiplier
nfloat

间距的乘数。

返回

属性

适用于