NSCollectionViewLayout.GetInitialLayoutAttributesForAppearingSupplementaryElement Method

Definition

[Foundation.Export("initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:")]
public virtual AppKit.NSCollectionViewLayoutAttributes GetInitialLayoutAttributesForAppearingSupplementaryElement (Foundation.NSString elementKind, Foundation.NSIndexPath elementIndexPath);
abstract member GetInitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
override this.GetInitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes

Parameters

elementKind
NSString
elementIndexPath
NSIndexPath

Returns

Attributes

Applies to