Partager via


NSLayoutXAxisAnchor.ConstraintEqualToSystemSpacingAfterAnchor Méthode

Définition

Retourne une contrainte pour la distance entre l’ancre actuelle et le spécifié anchor, mise à l’échelle selon l’espacement du système spécifié 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

Paramètres

anchor
NSLayoutXAxisAnchor

Ancre de référence.

multiplier
nfloat

Multiplicateur de l’espacement.

Retours

Attributs

S’applique à