Share via


NSView.GetConstraintsAffectingLayout(NSLayoutConstraintOrientation) Method

Definition

[Foundation.Export("constraintsAffectingLayoutForOrientation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSLayoutConstraint[] GetConstraintsAffectingLayout(AppKit.NSLayoutConstraintOrientation orientation);
[<Foundation.Export("constraintsAffectingLayoutForOrientation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetConstraintsAffectingLayout : AppKit.NSLayoutConstraintOrientation -> AppKit.NSLayoutConstraint[]
override this.GetConstraintsAffectingLayout : AppKit.NSLayoutConstraintOrientation -> AppKit.NSLayoutConstraint[]

Parameters

Returns

Attributes

Applies to