Share via


NSCollectionViewLayoutAttributes.CreateForItem(NSIndexPath) Method

Definition

[Foundation.Export("layoutAttributesForItemWithIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSCollectionViewLayoutAttributes CreateForItem(Foundation.NSIndexPath indexPath);
[<Foundation.Export("layoutAttributesForItemWithIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateForItem : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to