共用方式為


NSLayoutYAxisAnchor.ConstraintEqualToSystemSpacingBelowAnchor 方法

定義

傳回從目前錨點到指定 anchor 之 距離的條件約束,這個條件約束會依系統間距的指定 multiplier 來縮放。

[Foundation.Export("constraintEqualToSystemSpacingBelowAnchor: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 ConstraintEqualToSystemSpacingBelowAnchor (UIKit.NSLayoutYAxisAnchor anchor, nfloat multiplier);
abstract member ConstraintEqualToSystemSpacingBelowAnchor : UIKit.NSLayoutYAxisAnchor * nfloat -> UIKit.NSLayoutConstraint
override this.ConstraintEqualToSystemSpacingBelowAnchor : UIKit.NSLayoutYAxisAnchor * nfloat -> UIKit.NSLayoutConstraint

參數

anchor
NSLayoutYAxisAnchor

參考錨點。

multiplier
nfloat

間距的乘數。

傳回

屬性

適用於