Compartir a través de


NSLayoutXAxisAnchor.ConstraintEqualToSystemSpacingAfterAnchor 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("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

Parámetros

anchor
NSLayoutXAxisAnchor

Delimitador de referencia.

multiplier
nfloat

Multiplicador del espaciado.

Devoluciones

Atributos

Se aplica a