Share via


UICollectionViewDelegateFlowLayout.GetMinimumLineSpacingForSection Method

Definition

The spacing between rows or columns of a section.

[Foundation.Export("collectionView:layout:minimumLineSpacingForSectionAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetMinimumLineSpacingForSection(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<Foundation.Export("collectionView:layout:minimumLineSpacingForSectionAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMinimumLineSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat
override this.GetMinimumLineSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Implements

Attributes

Applies to