Share via


NSLayoutXAxisAnchor.ConstraintEqualToSystemSpacingAfterAnchor Method

Definition

Returns a constraint for the distance from the current anchor to the specified anchor, scaled by the specified multiplier over system spacing.

[Foundation.Export("constraintEqualToSystemSpacingAfterAnchor:multiplier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSLayoutConstraint ConstraintEqualToSystemSpacingAfterAnchor(AppKit.NSLayoutXAxisAnchor anchor, System.Runtime.InteropServices.NFloat multiplier);
[<Foundation.Export("constraintEqualToSystemSpacingAfterAnchor:multiplier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConstraintEqualToSystemSpacingAfterAnchor : AppKit.NSLayoutXAxisAnchor * System.Runtime.InteropServices.NFloat -> AppKit.NSLayoutConstraint
override this.ConstraintEqualToSystemSpacingAfterAnchor : AppKit.NSLayoutXAxisAnchor * System.Runtime.InteropServices.NFloat -> AppKit.NSLayoutConstraint

Parameters

anchor
NSLayoutXAxisAnchor

The reference anchor.

multiplier
NFloat

The multiplier for the spacing.

Returns

Attributes

Applies to