NSLayoutYAxisAnchor.ConstraintGreaterThanOrEqualToSystemSpacingBelowAnchor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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("constraintGreaterThanOrEqualToSystemSpacingBelowAnchor: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 ConstraintGreaterThanOrEqualToSystemSpacingBelowAnchor (UIKit.NSLayoutYAxisAnchor anchor, nfloat multiplier);
abstract member ConstraintGreaterThanOrEqualToSystemSpacingBelowAnchor : UIKit.NSLayoutYAxisAnchor * nfloat -> UIKit.NSLayoutConstraint
override this.ConstraintGreaterThanOrEqualToSystemSpacingBelowAnchor : UIKit.NSLayoutYAxisAnchor * nfloat -> UIKit.NSLayoutConstraint
Parameters
- anchor
- NSLayoutYAxisAnchor
The reference anchor.
- multiplier
- nfloat
The multiplier for the spacing.
Returns
- Attributes