NSLayoutXAxisAnchor.ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个约束,该约束至少为从当前定位点到指定 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
间距的乘数。
返回
- 属性