UICollectionViewDelegateFlowLayout_Extensions.GetMinimumLineSpacingForSection Method

Definition

The spacing between rows or columns of a section.

public static nfloat GetMinimumLineSpacingForSection (this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
static member GetMinimumLineSpacingForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> nfloat

Parameters

This
IUICollectionViewDelegateFlowLayout

The instance on which this extension method operates.

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

Returns

Applies to