共用方式為


NSLayoutYAxisAnchor.ConstraintGreaterThanOrEqualToSystemSpacingBelowAnchor 方法

定義

傳回條件約束,至少從目前錨點到指定的 anchor 距離,以系統 multiplier 間距來縮放。

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

參數

anchor
NSLayoutYAxisAnchor

參考錨點。

multiplier
nfloat

間距的乘數。

傳回

屬性

適用於