Share via


UICollectionViewLayout.LayoutAttributesForSupplementaryView Method

Definition

Overloads

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

The attributes for the supplementary view at the specified indexPath.

public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView(UIKit.UICollectionElementKindSection section, Foundation.NSIndexPath indexPath);
member this.LayoutAttributesForSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath

Returns

Applies to

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView(Foundation.NSString kind, Foundation.NSIndexPath indexPath);
[<Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

kind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to