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

間隔の乗数。

戻り値

属性

適用対象