UICollectionViewLayout.LayoutAttributesForItem(NSIndexPath) Method

Definition

The UICollectionViewLayoutAttributes for the specified NSIndexPath.

[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to