UICollectionViewDelegateFlowLayout_Extensions.GetInsetForSection Method

Definition

The margins to apply to content in the specified section.

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

Parameters

This
IUICollectionViewDelegateFlowLayout

The instance on which this extension method operates.

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

Returns

Applies to