NSLayoutConstraint.SecondAnchor<AnchorType> Method

Definition

For an anchor-based constraint, returns the second anchor, properly downcast to AnchorType.

public UIKit.NSLayoutAnchor<AnchorType> SecondAnchor<AnchorType> () where AnchorType : Foundation.NSObject;
member this.SecondAnchor : unit -> UIKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> (requires 'AnchorType :> Foundation.NSObject)

Type Parameters

AnchorType

Returns

Applies to