Share via


UICollectionView.GetLayoutAttributesForSupplementaryElement Method

Definition

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

Parameters

elementKind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to