Share via


NSCollectionViewLayout.GetLayoutAttributesForInterItemGap(NSIndexPath) Method

Definition

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

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to