Compartir a través de


NSLayoutYAxisAnchor.ConstraintEqualToSystemSpacingBelowAnchor Método

Definición

Devuelve una restricción para la distancia desde el delimitador actual hasta el especificado anchor, escalado por el especificado multiplier sobre el espaciado del sistema.

[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

Parámetros

anchor
NSLayoutYAxisAnchor

Delimitador de referencia.

multiplier
nfloat

Multiplicador del espaciado.

Devoluciones

Atributos

Se aplica a