NSLayoutAnchor<AnchorType>.ConstraintLessThanOrEqualToAnchor 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.
Overloads
ConstraintLessThanOrEqualToAnchor(NSLayoutAnchor<AnchorType>, nfloat) | |
ConstraintLessThanOrEqualToAnchor(NSLayoutAnchor<AnchorType>) |
ConstraintLessThanOrEqualToAnchor(NSLayoutAnchor<AnchorType>, nfloat)
[Foundation.Export("constraintLessThanOrEqualToAnchor:constant:")]
public virtual AppKit.NSLayoutConstraint ConstraintLessThanOrEqualToAnchor (AppKit.NSLayoutAnchor<AnchorType> anchor, nfloat constant);
abstract member ConstraintLessThanOrEqualToAnchor : AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> AppKit.NSLayoutConstraint
override this.ConstraintLessThanOrEqualToAnchor : AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> * nfloat -> AppKit.NSLayoutConstraint
Parameters
- anchor
- NSLayoutAnchor<AnchorType>
- constant
- nfloat
Returns
- Attributes
Applies to
ConstraintLessThanOrEqualToAnchor(NSLayoutAnchor<AnchorType>)
[Foundation.Export("constraintLessThanOrEqualToAnchor:")]
public virtual AppKit.NSLayoutConstraint ConstraintLessThanOrEqualToAnchor (AppKit.NSLayoutAnchor<AnchorType> anchor);
abstract member ConstraintLessThanOrEqualToAnchor : AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> AppKit.NSLayoutConstraint
override this.ConstraintLessThanOrEqualToAnchor : AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> -> AppKit.NSLayoutConstraint
Parameters
- anchor
- NSLayoutAnchor<AnchorType>
Returns
- Attributes