Share via


NSCollectionViewLayoutAttributes.CreateForInterItemGap(NSIndexPath) Method

Definition

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

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to