Share via


NSLayoutXAxisAnchor.ConstraintEqualToSystemSpacingAfterAnchor 메서드

정의

현재 앵커에서 지정된 anchor까지의 거리에 대한 제약 조건을 반환합니다. 시스템 간격을 통해 지정된 에 의해 크기가 조정됩니다 multiplier .

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

매개 변수

anchor
NSLayoutXAxisAnchor

참조 앵커입니다.

multiplier
nfloat

간격의 승수입니다.

반환

특성

적용 대상