UICollectionViewDelegateFlowLayout.GetInsetForSection Method

Definition

The margins to apply to content in the specified section.

[Foundation.Export("collectionView:layout:insetForSectionAtIndex:")]
public virtual UIKit.UIEdgeInsets GetInsetForSection (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
abstract member GetInsetForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> UIKit.UIEdgeInsets
override this.GetInsetForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> UIKit.UIEdgeInsets

Parameters

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to