Share via


UICollectionViewDelegateFlowLayout_Extensions.GetMinimumInteritemSpacingForSection Method

Definition

The spacing between items in the rows or columns of a section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetMinimumInteritemSpacingForSection(this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMinimumInteritemSpacingForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Attributes

Applies to