Share via


NSLayoutYAxisAnchor.ConstraintLessThanOrEqualToSystemSpacingBelowAnchor メソッド

定義

現在のアンカーから指定された までの距離の制約を、システム間隔で指定 anchorした にスケーリングして返します multiplier

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

パラメーター

anchor
NSLayoutYAxisAnchor

参照アンカー。

multiplier
nfloat

間隔の乗数。

戻り値

属性

適用対象