NSLayoutYAxisAnchor.ConstraintLessThanOrEqualToSystemSpacingBelowAnchor Méthode

Définition

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

Paramètres

anchor
NSLayoutYAxisAnchor

Ancre de référence.

multiplier
nfloat

Multiplicateur de l’espacement.

Retours

Attributs

S’applique à