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