Share via


NSLayoutXAxisAnchor.ConstraintGreaterThanOrEqualToSystemSpacingAfterAnchor Method

Definition

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

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

Parameters

anchor
NSLayoutXAxisAnchor

The reference anchor.

multiplier
NFloat

The multiplier for the spacing.

Returns

Attributes

Applies to