Share via


NSCollectionViewLayout.GetLayoutAttributesForItem(NSIndexPath) Method

Definition

[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSCollectionViewLayoutAttributes? GetLayoutAttributesForItem(Foundation.NSIndexPath indexPath);
[<Foundation.Export("layoutAttributesForItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to